Mvc\ViewInterface::setBasePath

abstract public setBasePath (mixed $basePath) ...

Http\Request\File::getSize

public getSize () Returns the file size of the uploaded file

Cache\Backend\Redis

extends abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface Source on GitHub Allows to cache output fragments, PHP data or raw data to a redis backend This adapter uses the special redis key “_PHCR” to store all the keys internally used by the adapter use Phalcon\Cache\Backend\Redis; use Phalcon\Cache\Frontend\Data as FrontData; // Cache data for 2 days $frontCache = new FrontData([ 'lifetime' => 172800 ]); // Create the Cache setting redis connection o

Text::random

public static random ([mixed $type], [mixed $length]) Generates a random string based on the given type. Type is one of the RANDOM_* constants echo Phalcon\Text::random(Phalcon\Text::RANDOM_ALNUM); //"aloiwkqz"

Db\AdapterInterface::getDialect

abstract public getDialect () ...

Filter::FILTER_EMAIL

string FILTER_EMAIL

Session\Adapter::destroy

public destroy ([mixed $removeData]) Destroys the active session var_dump($session->destroy()); var_dump($session->destroy(true));

Annotations\ReaderInterface::parse

abstract public parse (mixed $className) ...

Application::getModules

public getModules () Return the modules registered in the application

Mvc\User\Plugin

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