Example #1
0
 public function getClient()
 {
     return $this->hasOne(Client::classname(), ['id' => 'clients_id']);
 }