Piwik\Widget\WidgetContainerConfig::getLayout PHP Method

getLayout() public method

Gets the currently set layout.
public getLayout ( ) : string
return string
    public function getLayout()
    {
        return $this->layout;
    }