public function __construct($method)
 {
     parent::__construct();
     $this->method = $method;
 }
 public function __construct($property)
 {
     parent::__construct();
     $this->property = $property;
 }