Ejemplo n.º 1
0
 public function __invoke()
 {
     SELF::message(__CLASS__, __FUNCTION__, func_get_args());
     return ["firstName" => $this->firstName, "lastName" => $this->lastName];
 }
Ejemplo n.º 2
0
 public function __wakeup()
 {
     SELF::message(__FUNCTION__, func_get_args());
 }
Ejemplo n.º 3
0
 public function __destruct()
 {
     SELF::message(__CLASS__, __FUNCTION__, func_get_args());
 }