Newscoop\Content\SectionService::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( EntityManager $orm )
$orm Doctrine\ORM\EntityManager
    public function __construct(EntityManager $orm)
    {
        $this->orm = $orm;
    }