Bluz\View\View::__sleep PHP Method

__sleep() public method

List of packed properties
public __sleep ( ) : string[]
return string[]
    public function __sleep()
    {
        return ['baseUrl', 'container', 'helpersPath', 'path', 'partialPath', 'template'];
    }