Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public class GreetBehavior extends Behavior {
  2. public function sayHello() {
  3. return "Hello"
  4. }
  5.  
  6. public function actionGreet() {
  7. return "Hello";
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement