public listViews ([mixed $schemaName]) List all views on a database print_r($connection->listViews("blog"));
abstract public read (mixed $key) ...
public alert (mixed $message, [array $context]) Sends/Writes an alert message to the log
abstract public static setDefault (Phalcon\DiInterface $dependencyInjector) ...
public destroy ([mixed $sessionId])
public setTransactionManager (Phalcon\Mvc\Model\Transaction\ManagerInterface $manager) Sets transaction manager related to the transaction
public initialize (Phalcon\Mvc\ModelInterface $model) Initializes a model in the model manager
public notice (mixed $message, [array $context]) Sends/Writes a notice message to the log
public isTransaction () Returns the whether the logger is currently in an active transaction or not
public array format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sent it to the internal log
Page 353 of 382