Networking\InitCmsBundle\Entity\ContentRouteManager::__construct PHP Метод

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

ContentRouteManager constructor.
public __construct ( Doctrine\Common\Persistence\ObjectManager $om, $class )
$om Doctrine\Common\Persistence\ObjectManager
$class
    public function __construct(ObjectManager $om, $class)
    {
        $this->objectManager = $om;
        $this->repository = $om->getRepository($class);
        $this->class = $class;
    }