Flake\Controller\HtmlBlockTemplated::__construct PHP Method

__construct() public method

public __construct ( $sTemplatePath, $aMarkers = [] )
    function __construct($sTemplatePath, $aMarkers = [])
    {
        $this->sTemplatePath = $sTemplatePath;
        $this->aMarkers = $aMarkers;
    }
HtmlBlockTemplated