Mvc\Router\GroupInterface::getHostname

abstract public getHostname () ...

Mvc\ModelInterface::update

abstract public update ([mixed $data], [mixed $whiteList]) ...

Session\BagInterface

Source on GitHub Methods abstract public initialize () ... abstract public destroy () ... abstract public set (mixed $property, mixed $value) ... abstract public get (mixed $property, [mixed $defaultValue]) ... abstract public has (mixed $property) ... abstract public __set (mixed $property, mixed $value) ... abstract public __get (mixed $property) ... abstract public __isset (mixed $property) ...

Db\AdapterInterface::dropIndex

abstract public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) ...

Queue\Beanstalk::DEFAULT_TUBE

string DEFAULT_TUBE

Annotations\Annotation::getNamedArgument

public mixed getNamedArgument (mixed $name) Returns a named argument

Mvc\ViewInterface::getControllerName

abstract public getControllerName () ...

Text::concat

public static concat () Concatenates strings using the separator only once without duplication in places concatenation $str = Phalcon\Text::concat("/", "/tmp/", "/folder_1/", "/folder_2", "folder_3/"); echo $str; // /tmp/folder_1/folder_2/folder_3/

Mvc\Model\Manager::addHasManyToMany

public Phalcon\Mvc\Model\Relation addHasManyToMany (Phalcon\Mvc\ModelInterface $model, string $fields, string $intermediateModel, string $intermediateFields, string $intermediateReferencedFields, string $referencedModel, string $referencedFields, [array $options]) Setups a relation n-m between two models

Mvc\Model\MetaDataInterface::readMetaData

abstract public readMetaData (Phalcon\Mvc\ModelInterface $model) ...