Assets\Manager

Source on GitHub Manages collections of CSS/Javascript assets Methods public __construct ([array $options]) public setOptions (array $options) Sets the manager options public getOptions () Returns the manager options public useImplicitOutput (mixed $implicitOutput) Sets if the HTML generated must be directly printed or returned public addCss (mixed $path, [mixed $local], [mixed $filter], [mixed $attributes]) Adds a Css resource to the ‘css’ collection $assets->addCss('css/bootstrap.css'); $a

Assets\Filters\Cssmin

implements Phalcon\Assets\FilterInterface Source on GitHub Minify the css - removes comments removes newlines and line feeds keeping removes last semicolon from last property Methods public filter (mixed $content) Filters the content using CSSMIN

Crypt\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Db\ColumnInterface::isNotNull

abstract public isNotNull () ...

Mvc\Model\Manager::clearReusableObjects

public clearReusableObjects () Clears the internal reusable list

Mvc\Application

extends abstract class Phalcon\Application implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface Source on GitHub This component encapsulates all the complex operations behind instantiating every component needed and integrating it with the rest to allow the MVC pattern to operate as desired. use Phalcon\Mvc\Application; class MyApp extends Application { /** * Register the services here to make them general or register * in the ModuleDefinition to

Db::FETCH_PROPS_LATE

integer FETCH_PROPS_LATE

Mvc\Model\Transaction\Manager::rollbackPendent

public rollbackPendent () Rollbacks active transactions within the manager

Annotations\Annotation::hasArgument

public boolean hasArgument (int | string $position) Returns an argument in a specific position

Mvc\Model\MetaDataInterface

Source on GitHub Methods abstract public setStrategy (Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy) ... abstract public getStrategy () ... abstract public readMetaData (Phalcon\Mvc\ModelInterface $model) ... abstract public readMetaDataIndex (Phalcon\Mvc\ModelInterface $model, mixed $index) ... abstract public writeMetaDataIndex (Phalcon\Mvc\ModelInterface $model, mixed $index, mixed $data) ... abstract public readColumnMap (Phalcon\Mvc\ModelInterface $model) ... abstract public readC