Nextras\Orm\Relationships\OneHasOne::createCollection PHP 메소드

createCollection() 보호된 메소드

protected createCollection ( )
    protected function createCollection()
    {
        return $this->getTargetRepository()->getMapper()->createCollectionOneHasOne($this->metadata, $this->parent);
    }