Http\Request\FileInterface::getType

abstract public getType () ...

Forms\Element

implements Phalcon\Forms\ElementInterface Source on GitHub This is a base class for form elements Methods public __construct (string $name, [array $attributes]) Phalcon\Forms\Element constructor public setForm (Phalcon\Forms\Form $form) Sets the parent form to the element public getForm () Returns the parent form to the element public setName (mixed $name) Sets the element name public getName () Returns the element name public Phalcon\Forms\ElementInterface setFilters (array | string $filters)

Session\Adapter\Redis::gc

public gc ()

Db

Source on GitHub Phalcon\Db and its related classes provide a simple SQL database interface for Phalcon Framework. The Phalcon\Db is the basic class you use to connect your PHP application to an RDBMS. There is a different adapter class for each brand of RDBMS. This component is intended to lower level database operations. If you want to interact with databases using higher level of abstraction use Phalcon\Mvc\Model. Phalcon\Db is an abstract class. You only can use it with a database adapter l

Filter

implements Phalcon\FilterInterface Source on GitHub The Phalcon\Filter component provides a set of commonly needed data filters. It provides object oriented wrappers to the php filter extension. Also allows the developer to define his/her own filters $filter = new \Phalcon\Filter(); $filter->sanitize("some(one)@exa\\mple.com", "email"); // returns "[email protected]" $filter->sanitize("hello<<", "string"); // returns "hello" $filter->sanitize("!100a019", "int"); // returns "10001

Session\Adapter::remove

public remove (mixed $index) Removes a session variable from an application context $session->remove('auth');

Logger\Adapter\Syslog::getFormatter

public getFormatter () Returns the internal formatter

Mvc\Model\Behavior\SoftDelete

extends abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface Source on GitHub Instead of permanently delete a record it marks the record as deleted changing the value of a flag column Methods public notify (mixed $type, Phalcon\Mvc\ModelInterface $model) Listens for notifications from the models manager public __construct ([array $options]) inherited from Phalcon\Mvc\Model\Behavior Phalcon\Mvc\Model\Behavior protected mustTakeAction (mixed $eventName) inheri

Flash\Session::output

public output ([mixed $remove]) Prints the messages in the session flasher

Validation\Validator::setOption

public setOption (mixed $key, mixed $value) Sets an option in the validator