__construct() публичный Метод

Constructor.
public __construct ( $issue = null )
Пример #1
0
 /**
  * Inizialize the project identifier and call the parent construct method.
  *
  * @param mixed $project_id
  */
 public function __construct($project_id = null, $object = null, $options = array(), $CSRFSecret = null)
 {
     $this->project_id = $project_id;
     parent::__construct($object, $options, $CSRFSecret);
 }