protected function initRelations() { $this->setManyToOne('theatre', Theatre::manager())->setManyToOne('movie', Movie::manager()); }