Kdyby\Doctrine\QueryObject::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    public function __construct()
    {
    }

Usage Example

 /**
  * @param int $id
  */
 public function __construct($id)
 {
     parent::__construct();
     $this->id = $id;
 }