Mvc\Model\Resultset::offsetGet

public offsetGet (mixed $index) Gets row in a specific position of the resultset

Debug::getVersion

public getVersion () Generates a link to the current version documentation

Mvc\Collection\Behavior::notify

public notify (mixed $type, Phalcon\Mvc\CollectionInterface $model) This method receives the notifications from the EventsManager

DispatcherInterface::setActionSuffix

abstract public setActionSuffix (mixed $actionSuffix) ...

Crypt

implements Phalcon\CryptInterface Source on GitHub Provides encryption facilities to phalcon applications $crypt = new \Phalcon\Crypt(); $key = 'le password'; $text = 'This is a secret text'; $encrypted = $crypt->encrypt($text, $key); echo $crypt->decrypt($encrypted, $key); Constants integer PADDING_DEFAULT integer PADDING_ANSI_X_923 integer PADDING_PKCS7 integer PADDING_ISO_10126 integer PADDING_ISO_IEC_7816_4 integer PADDING_ZERO integer PADDING_SPACE Methods public se

Logger\Adapter::critical

public critical (mixed $message, [array $context]) Sends/Writes a critical message to the log

ValidationInterface::rules

abstract public rules (mixed $field, array $validators) ...

Mvc\Model\CriteriaInterface::setModelName

abstract public setModelName (mixed $modelName) ...

Cli\Dispatcher::EXCEPTION_INVALID_PARAMS

integer EXCEPTION_INVALID_PARAMS

Application\Exception

extends class Phalcon\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 Exception code fin