Mvc\View::setContent

public setContent (mixed $content) Externally sets the view content $this->view->setContent("<h1>hello</h1>");

Debug::getCssSources

public getCssSources () Returns the css sources

Cache\Backend\Xcache::save

public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend

Mvc\Model\MetaData::getIdentityField

public string getIdentityField (Phalcon\Mvc\ModelInterface $model) Returns the name of identity field (if one is present) print_r($metaData->getIdentityField(new Robots()));

Db\ColumnInterface::getBindType

abstract public getBindType () ...

Translate\Adapter\Csv::exists

public exists (mixed $index) Check whether is defined a translation key in the internal array

Http\Request::get

public get ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive]) Gets a variable from the $_REQUEST superglobal applying filters if needed. If no parameters are given the $_REQUEST superglobal is returned //Returns value from $_REQUEST["user_email"] without sanitizing $userEmail = $request->get("user_email"); //Returns value from $_REQUEST["user_email"] with sanitizing $userEmail = $request->get("user_email", "email");

Assets\Collection::add

public add (Phalcon\Assets\Resource $resource) Adds a resource to the collection

Cache\Backend\Memory::save

public save ([string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the backend and stops the frontend

Mvc\Router::getModuleName

public getModuleName () Returns the processed module name