Piwik\Widget\WidgetContainerConfig::getLayout PHP 메소드

getLayout() 공개 메소드

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