Forms\Element::setAttribute

public Phalcon\Forms\ElementInterface setAttribute (string $attribute, mixed $value) Sets a default attribute for the element

Mvc\Model\Query\Builder::getLimit

public string | array getLimit () Returns the current LIMIT clause

Db\Column::getAfterPosition

public string getAfterPosition () Check whether field absolute to position in table

Mvc\Url::path

public path ([mixed $path]) Generates a local path

Forms\ElementInterface

Source on GitHub Methods abstract public setForm (Phalcon\Forms\Form $form) ... abstract public getForm () ... abstract public setName (mixed $name) ... abstract public getName () ... abstract public setFilters (mixed $filters) ... abstract public addFilter (mixed $filter) ... abstract public getFilters () ... abstract public addValidators (array $validators, [mixed $merge]) ... abstract public addValidator (Phalcon\Validation\ValidatorInterface $validator) ... abstract public getValidators ()

Di\Service::setDefinition

public setDefinition (mixed $definition) Set the service definition

Working with Models (Advanced)

Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object representing a row in the database. These objects can be modified and saved again to persistence: use Store\Toys\Robots; $robots = Robots::find(); // Manipulating a resultset of complete objects foreach ($robots as $robot) { $robot->year = 2000; $robot->save(); } Sometimes records are obtained only to be presented to a user in read-only mo

Translate\Adapter\Gettext::setDomain

public setDomain (mixed $domain) Changes the current domain (i.e. the translation file)

Logger\AdapterInterface::setLogLevel

abstract public setLogLevel (mixed $level) ...

Mvc\Model\Resultset\Complex::TYPE_RESULT_FULL

integer TYPE_RESULT_FULL