PHP Class Backend\Modules\ContentBlocks\Command\UpdateContentBlockHandler

Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
__construct ( ContentBlockRepository $contentBlockRepository )
handle ( UpdateContentBlock $updateContentBlock ) : ContentBlock

Method Details

__construct() public method

public __construct ( ContentBlockRepository $contentBlockRepository )
$contentBlockRepository Backend\Modules\ContentBlocks\Repository\ContentBlockRepository

handle() public method

public handle ( UpdateContentBlock $updateContentBlock ) : ContentBlock
$updateContentBlock UpdateContentBlock
return Backend\Modules\ContentBlocks\Entity\ContentBlock