Mvc\View\Engine\Volt\Compiler::compile

public compile (mixed $templatePath, [mixed $extendsMode]) Compiles a template into a file applying the compiler options This method does not return the compiled path if the template was not compiled $compiler->compile('views/layouts/main.volt'); require $compiler->getCompiledTemplatePath();

Logger\Formatter\Json

extends abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface Source on GitHub Formats messages using JSON encoding Methods public string format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sent it to the internal log public getTypeString (mixed $type) inherited from Phalcon\Logger\Formatter Returns the string meaning of a logger constant public interpolate (string $message, [array $context]) inherited from P

Mvc\Model\Behavior

implements Phalcon\Mvc\Model\BehaviorInterface Source on GitHub This is an optional base class for ORM behaviors Methods public __construct ([array $options]) protected mustTakeAction (mixed $eventName) Checks whether the behavior must take action on certain event protected array getOptions ([string $eventName]) Returns the behavior options related to an event public notify (mixed $type, Phalcon\Mvc\ModelInterface $model) This method receives the notifications from the EventsManager public miss

Mvc\Application\Exception

extends class Phalcon\Application\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Except

Db\AdapterInterface::isUnderTransaction

abstract public isUnderTransaction () ...

Cache\Frontend\Base64

implements Phalcon\Cache\FrontendInterface Source on GitHub Allows to cache data converting/deconverting them to base64. This adapter uses the base64_encode/base64_decode PHP’s functions <?php // Cache the files for 2 days using a Base64 frontend $frontCache = new \Phalcon\Cache\Frontend\Base64(array( "lifetime" => 172800 )); //Create a MongoDB cache $cache = new \Phalcon\Cache\Backend\Mongo($frontCache, array( 'server' => "mongodb://localhost", 'db' => 'caches'

Validation\MessageInterface

Source on GitHub Methods abstract public setType (mixed $type) ... abstract public getType () ... abstract public setMessage (mixed $message) ... abstract public getMessage () ... abstract public setField (mixed $field) ... abstract public getField () ... abstract public __toString () ... abstract public static __set_state (array $message) ...

Mvc\Dispatcher::EXCEPTION_HANDLER_NOT_FOUND

integer EXCEPTION_HANDLER_NOT_FOUND

Acl\AdapterInterface::setDefaultAction

abstract public setDefaultAction (mixed $defaultAccess) ...

Http\Cookie

implements Phalcon\Http\CookieInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Provide OO wrappers to manage a HTTP cookie Methods public __construct (string $name, [mixed $value], [int $expire], [string $path], [boolean $secure], [string $domain], [boolean $httpOnly]) Phalcon\Http\Cookie constructor public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector public Phalcon\Http\Cookie setValue (strin