public compileInclude (array $statement) Compiles a ‘include’ statement returning PHP code
public describeIndexes (mixed $table, [mixed $schema]) Generates SQL to query indexes on a table
public array toArray () Returns the instance as an array representation
public registerEngines (array $engines) Register templating engines $this->view->registerEngines([ '.phtml' => 'Phalcon\Mvc\View\Engine\Php', '.volt' => 'Phalcon\Mvc\View\Engine\Volt', '.mhtml' => 'MyCustomEngine' ]);
public getLifetime () Returns the cache lifetime
public setAutomaticHtml (mixed $automaticHtml) Set if the output must be implicitly formatted with HTML
abstract public getSource () ...
public join (mixed $join) Sets if all filtered resources in the collection must be joined in a single result file
public static renderAttributes (mixed $code, array $attributes) Renders parameters keeping order in their HTML attributes
public outputJs ([string $collectionName]) Prints the HTML for JS resources
Page 302 of 382