Mvc\Model\Query\Builder::getFrom

public string | array getFrom () Return the models who makes part of the query

Mvc\Model\MetaData\Libmemcached::MODELS_DATA_TYPES_BIND

integer MODELS_DATA_TYPES_BIND

Loader::getClasses

public getClasses () Returns the class-map currently registered in the autoloader

Mvc\Model\ManagerInterface::getBelongsTo

abstract public getBelongsTo (Phalcon\Mvc\ModelInterface $model) ...

Dispatcher::wasForwarded

public wasForwarded () Check if the current executed action was forwarded by another one

Mvc\Micro

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, ArrayAccess Source on GitHub With Phalcon you can create “Micro-Framework like” applications. By doing this, you only need to write a minimal amount of code to create a PHP application. Micro applications are suitable to small applications, APIs and prototypes in a practical way. $app = new \Phalcon\Mvc\Micro(); $app->get('/say/welcome/{name}', function ($name) {

Db\AdapterInterface::describeReferences

abstract public describeReferences (mixed $table, [mixed $schema]) ...

Mvc\View\Engine\Volt\Compiler::functionCall

public functionCall (array $expr) Resolves function intermediate code into PHP function calls

Session\Bag::getDI

public getDI () Returns the DependencyInjector container

Mvc\Micro::map

public Phalcon\Mvc\Router\RouteInterface map (string $routePattern, callable $handler) Maps a route to a handler without any HTTP method constraint