Msieprawski\ResourceTable\ResourceTable::setCustomView PHP Метод

setCustomView() публичный статический Метод

Set custom view name if you've created your own ResourceTable template
public static setCustomView ( string $customView )
$customView string
    public static function setCustomView($customView)
    {
        self::$_customCustomView = $customView;
    }