Newscoop\Content\PublicationService::__construct PHP Method

__construct() public method

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