Tag::monthField

public static string monthField (array $parameters) Builds a HTML input[type=”month”] tag

Db\Dialect\Mysql::dropTable

public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop a table

Mvc\Model\Validator\Exclusionin

extends abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface Source on GitHub Phalcon\Mvc\Model\Validator\ExclusionIn Check if a value is not included into a list of values use Phalcon\Mvc\Model\Validator\ExclusionIn as ExclusionInValidator; class Subscriptors extends \Phalcon\Mvc\Model { public function validation() { $this->validate(new ExclusionInValidator(array( 'field' => 'status', 'do

Mvc\Collection\Document::offsetUnset

public offsetUnset (string $offset) Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface

Config::offsetExists

public offsetExists (mixed $index) Allows to check whether an attribute is defined using the array-syntax var_dump(isset($config['database']));

Mvc\ModelInterface::getReadConnectionService

abstract public getReadConnectionService () ...

Validation\Validator\InclusionIn::validate

public validate (Phalcon\Validation $validation, mixed $field) Executes the validation

Di\Service::setShared

public setShared (mixed $shared) Sets if the service is shared or not

Db\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

Db\IndexInterface::getType

abstract public getType () ...