コード例 #1
0
ファイル: Commande.php プロジェクト: chougron/LOG210
 /**
  * Set the Client associated to the Commande
  * @param \App\Model\Client $client
  */
 public function setClient(Client $client)
 {
     $this->_client = $client->getId();
 }