Bluz\View\View::__sleep PHP Méthode

__sleep() public méthode

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