Kdyby\Doctrine\QueryObject::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
    }

Usage Example

Пример #1
0
 /**
  * @param int $id
  */
 public function __construct($id)
 {
     parent::__construct();
     $this->id = $id;
 }