Backend\Modules\ContentBlocks\Command\CreateContentBlockHandler::__construct PHP Метод

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

public __construct ( ContentBlockRepository $contentBlockRepository )
$contentBlockRepository Backend\Modules\ContentBlocks\Repository\ContentBlockRepository
    public function __construct(ContentBlockRepository $contentBlockRepository)
    {
        $this->contentBlockRepository = $contentBlockRepository;
    }
CreateContentBlockHandler