Renderer for twig engine
This is the code documentation for the SproutCMS project
Search documentation |
class TwigViewRenderer for twig engine
Variables
Functions
public __constructvoid $TwigView->__construct ( mixed $name , array $data ); This function does not have a description public __get (from View)mixed|void $View->__get ( string &$key ); Magically gets a view variable. public __isset (from View)boolean $View->__isset ( [ string $key ] ); Magic method access to test for view property public __set (from View)void $View->__set ( string $key , string $value ); Magically sets a view variable. public __toString (from View)string $View->__toString ( ); Magically converts view object to string. public bind (from View)object $View->bind ( string $name , mixed &$var ); Sets a bound variable by reference. public create (from View)View View::create ( string $name , array $data ); Create a view as appropriate for the 'sprout.skin_view_types' config. public isPropertySet (from View)array|boolean $View->isPropertySet ( [ string $key ] ); Checks for a property existence in the view locally or globally. Unlike the built in __isset(), this method can take an array of properties to test simultaneously. public renderunknown $TwigView->render ( [ mixed $print [, mixed $renderer ]] ); This function does not have a description public set (from View)object $View->set ( string|array $name [, mixed $value ] ); Sets a view variable. public setFilename (from View)object $View->setFilename ( string $name ); Sets the view filename. public setGlobal (from View)void View::setGlobal ( string|array $name [, mixed $value ] ); Sets a view global variable. public string (from View)string View::string ( string $name , array $data ); Shorthand load and render a view. |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Wednesday, 5th August, 2026 at 03:31 pm |
|