__construct() public method

Constructor.
public __construct ( $issue = null )
Exemplo n.º 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);
 }