Exemplo n.º 1
0
 public function __construct($method)
 {
     parent::__construct();
     $this->method = $method;
 }
Exemplo n.º 2
0
 public function __construct($property)
 {
     parent::__construct();
     $this->property = $property;
 }