Nextras\Orm\Relationships\IRelationshipContainer::getEntity PHP Метод

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

public getEntity ( ) : Nextras\Orm\Entity\IEntity
Результат Nextras\Orm\Entity\IEntity
    public function getEntity();

Usage Example

 public function getInjectedValue()
 {
     return $this->container->getEntity($this->metadata->name);
 }