Mvc\Model\Criteria::andWhere

public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition to the current conditions using an AND operator

Validation\Validator::hasOption

public hasOption (mixed $key) Checks if an option is defined

Image\Adapter::getMime

public getMime () Image mime type

Mvc\Router\Route::match

public match (mixed $callback) Allows to set a callback to handle the request directly in the route $router->add("/help", array())->match(function () { return $this->getResponse()->redirect('https://support.google.com/', true); });

Mvc\View\Engine\Volt\Compiler::getOptions

public getOptions () Returns the compiler options

Mvc\Model\MetaData\Session::write

public write (string $key, array $data) Writes the meta-data to $_SESSION

Http\Request\File::getExtension

public getExtension ()

Mvc\Model\MetaData\Redis::MODELS_DATA_TYPES_NUMERIC

integer MODELS_DATA_TYPES_NUMERIC

Mvc\User\Module

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Methods public setDI (Phalcon\DiInterface $dependencyInjector) inherited from Phalcon\Di\Injectable Sets the dependency injector public getDI () inherited from Phalcon\Di\Injectable Returns the internal dependency injector public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) inherited from Phalcon\Di\Injectable Sets the event man

Logger\Adapter\Stream::logInternal

public logInternal (mixed $message, mixed $type, mixed $time, array $context) Writes the log to the stream itself