Ejemplo n.º 1
0
 public function __construct($array = FALSE)
 {
     $token = !empty($array['token']) ? $array['token'] : FALSE;
     if (FALSE === $token) {
         return FALSE;
     } else {
         parent::__construct($token);
     }
 }