Db\Dialect\Mysql::tableOptions

public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options

Db\Column::isPrimary

public isPrimary () Column is part of the primary key?

Assets\Collection::addInline

public addInline (Phalcon\Assets\Inline $code) Adds an inline code to the collection

Security::setRandomBytes

public setRandomBytes (mixed $randomBytes) Sets a number of bytes to be generated by the openssl pseudo random generator

Db\AdapterInterface::fetchOne

abstract public fetchOne (mixed $sqlQuery, [mixed $fetchMode], [mixed $placeholders]) ...

Mvc\Model\Transaction\Manager::getDbService

public string getDbService () Returns the database service used to isolate the transaction

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

Mvc\Model\Manager::getHasMany

public getHasMany (Phalcon\Mvc\ModelInterface $model) Gets hasMany relations defined on a model

Cli\Router\Route::compilePattern

public compilePattern (mixed $pattern) Replaces placeholders from pattern returning a valid PCRE regular expression

Acl\Resource

implements Phalcon\Acl\ResourceInterface Source on GitHub This class defines resource entity and its description Methods public getName () Resource name public __toString () Resource name public getDescription () Resource description public __construct (mixed $name, [mixed $description]) Phalcon\Acl\Resource constructor