Mvc\Model\MetaData\Xcache

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in the XCache cache. Data will erased if the web server is restarted By default meta-data is stored for 48 hours (172800 seconds) You can query the meta-data by printing xcache_get(‘$PMM$’) or xcache_get(‘$PMM$my-app-id’) $metaData = new Phalcon\Mvc\Model\Metadata\Xcache(array( 'prefix' => 'my-app-id', 'lifetime'

Mvc\Collection\Manager::notifyEvent

public notifyEvent (mixed $eventName, Phalcon\Mvc\CollectionInterface $model) Receives events generated in the models and dispatches them to an events-manager if available Notify the behaviors that are listening in the model

Db\Dialect\Mysql::listViews

public listViews ([mixed $schemaName]) Generates the SQL to list all views of a schema or user

Db\Dialect\Postgresql::modifyColumn

public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) Generates SQL to modify a column in a table

Events\EventsAwareInterface::setEventsManager

abstract public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) ...

Session\Adapter::setId

public setId (mixed $id) Set the current session id $session->setId($id);

Http\RequestInterface::getServer

abstract public getServer (mixed $name) ...

Di\Service::isResolved

public isResolved () Returns true if the service was resolved

Annotations\Adapter\Files::read

public Phalcon\Annotations\Reflection read (string $key) Reads parsed annotations from files

Annotations\Adapter\Xcache::read

public Phalcon\Annotations\Reflection read (string $key) Reads parsed annotations from XCache