Bolt\Storage\Collection\Relations::setEntityManager PHP Method

setEntityManager() public method

public setEntityManager ( EntityManager $em )
$em Bolt\Storage\EntityManager
    public function setEntityManager(EntityManager $em)
    {
        $this->em = $em;
    }