Mvc\Model\Validator\StringLength

extends abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface Source on GitHub Simply validates specified string length constraints use Phalcon\Mvc\Model\Validator\StringLength as StringLengthValidator; class Subscriptors extends \Phalcon\Mvc\Model { public function validation() { $this->validate(new StringLengthValidator(array( "field" => 'name_last', 'max' => 50, 'min' => 2, 'messageMaximum'

Http\Request\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

Logger\Formatter\Firephp::labelsEnabled

public labelsEnabled () Returns the labels enabled

Mvc\Model::skipOperation

public skipOperation (mixed $skip) Skips the current operation forcing a success state

Mvc\ViewInterface::setRenderLevel

abstract public setRenderLevel (mixed $level) ...

Mvc\Model\Criteria::getWhere

public getWhere () Returns the conditions parameter in the criteria

Db\AdapterInterface::addColumn

abstract public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column) ...

Forms\Element::getUserOptions

public getUserOptions () Returns the options for the element

Registry::current

public current () Obtains the current value in the internal iterator

Mvc\Model\MetaData\Session::MODELS_PRIMARY_KEY

integer MODELS_PRIMARY_KEY