Queue\Beanstalk::watch

public watch (mixed $tube) The watch command adds the named tube to the watch list for the current connection.

Http\Response\Headers::get

public get (mixed $name) Gets a header value from the internal bag

Cache\Backend::stop

public stop ([mixed $stopBuffer]) Stops the frontend without store any cached content

Assets\Collection::addInlineCss

public addInlineCss (mixed $content, [mixed $filter], [mixed $attributes]) Adds an inline CSS to the collection

Assets\Manager::addInlineCode

public addInlineCode (Phalcon\Assets\Inline $code) Adds a raw inline code to the manager

DispatcherInterface::setDefaultNamespace

abstract public setDefaultNamespace (mixed $defaultNamespace) ...

Mvc\Micro\CollectionInterface::delete

abstract public delete (mixed $routePattern, mixed $handler, [mixed $name]) ...

Db\Adapter::update

public boolean update (string | array $table, array $fields, array $values, [string | array $whereCondition], [array $dataTypes]) Updates data on a table using custom RBDM SQL syntax //Updating existing robot $success = $connection->update( "robots", array("name"), array("New Astro Boy"), "id = 101" ); //Next SQL sentence is sent to the database system UPDATE `robots` SET `name` = "Astro boy" WHERE id = 101 //Updating existing robot with array condition and $dataTypes $success =

Mvc\Collection\Document::offsetGet

public offsetGet (mixed $index) Returns the value of a field using the ArrayAccess interfase

Cache\FrontendInterface::getContent

abstract public getContent () ...