Mvc\Model\Manager::getModelSource

public getModelSource (Phalcon\Mvc\ModelInterface $model) Returns the mapped source for a model

Loader::getCheckedPath

public getCheckedPath () Get the path the loader is checking for a path

Mvc\Model\MetaData\Redis::MODELS_AUTOMATIC_DEFAULT_INSERT

integer MODELS_AUTOMATIC_DEFAULT_INSERT

Mvc\Url::getDI

public getDI () Returns the DependencyInjector container

Validation\MessageInterface::setMessage

abstract public setMessage (mixed $message) ...

Mvc\Model::hasChanged

public hasChanged ([string | array $fieldName]) Check if a specific attribute has changed This only works if the model is keeping data snapshots

Cli\Router\Route

Source on GitHub This class represents every route added to the router Constants string DEFAULT_DELIMITER Methods public __construct (string $pattern, [array $paths]) Phalcon\Cli\Router\Route constructor public compilePattern (mixed $pattern) Replaces placeholders from pattern returning a valid PCRE regular expression public array | boolean extractNamedParams (string $pattern) Extracts parameters from a string public reConfigure (string $pattern, [array $paths]) Reconfigure the route adding a

Escaper::escapeUrl

public escapeUrl (mixed $url) Escapes a URL. Internally uses rawurlencode

Session\Bag::offsetGet

final public offsetGet (mixed $property) ...

Mvc\Model\RelationInterface

Source on GitHub Methods abstract public setIntermediateRelation (mixed $intermediateFields, mixed $intermediateModel, mixed $intermediateReferencedFields) ... abstract public isReusable () ... abstract public getType () ... abstract public getReferencedModel () ... abstract public getFields () ... abstract public getReferencedFields () ... abstract public getOptions () ... abstract public getOption (mixed $name) ... abstract public isForeignKey () ... abstract public getForeignKey () ... abstr