Assets\Collection::setTargetUri

public setTargetUri (mixed $targetUri) Sets a target uri for the generated HTML

Http\Response\Cookies

implements Phalcon\Http\Response\CookiesInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub This class is a bag to manage the cookies A cookies bag is automatically registered as part of the ‘response’ service in the DI Methods public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector public useEncryption (mixed $useEncryption) Set if cookies in the bag must be automatically encrypted/decrypted public

Mvc\Model\Message::getField

public getField () Returns field name related to message

Forms\ElementInterface::setUserOption

abstract public setUserOption (mixed $option, mixed $value) ...

Mvc\Model\Query\BuilderInterface::from

abstract public from (mixed $models) ...

Db\Profiler\Item::getSqlVariables

public getSqlVariables () SQL variables related to the profile

Forms\Form::getMessagesFor

public getMessagesFor (mixed $name) Returns the messages generated for a specific element

Db\Column

implements Phalcon\Db\ColumnInterface Source on GitHub Allows to define columns to be used on create or alter table operations use Phalcon\Db\Column as Column; //column definition $column = new Column("id", array( "type" => Column::TYPE_INTEGER, "size" => 10, "unsigned" => true, "notNull" => true, "autoIncrement" => true, "first" => true )); //add column to existing table $connection->addColumn("robots", null, $column); Constants integer TYPE_INTE

Forms\Element::setUserOption

public Phalcon\Forms\ElementInterface setUserOption (string $option, mixed $value) Sets an option for the element

Forms\ElementInterface::clear

abstract public clear () ...