Mvc\View\Engine

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub All the template engine adapters must inherit this class. This provides basic interfacing between the engine and the Phalcon\Mvc\View component. Methods public __construct (Phalcon\Mvc\ViewBaseInterface $view, [Phalcon\DiInterface $dependencyInjector]) Phalcon\Mvc\View\Engine constructor public getContent () Returns cached output on another view stage

Security::getDefaultHash

public getDefaultHash () Returns the default hash

Mvc\Collection\ManagerInterface::setCustomEventsManager

abstract public setCustomEventsManager (Phalcon\Mvc\CollectionInterface $model, Phalcon\Events\ManagerInterface $eventsManager) ...

Db\Dialect\Postgresql::dropTable

public dropTable (mixed $tableName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop a view

Annotations\Adapter\Files

extends abstract class Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface Source on GitHub Stores the parsed annotations in files. This adapter is suitable for production use Phalcon\Annotations\Adapter\Files; $annotations = new Files(['annotationsDir' => 'app/cache/annotations/']); Methods public __construct ([array $options]) Phalcon\Annotations\Adapter\Files constructor public Phalcon\Annotations\Reflection read (string $key) Reads parsed annotations from files

Translate\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

Queue\Beanstalk::statsTube

public statsTube (mixed $tube) Gives statistical information about the specified tube if it exists.

Mvc\Model\Criteria::fromInput

public static fromInput (Phalcon\DiInterface $dependencyInjector, mixed $modelName, array $data, [mixed $operator]) Builds a Phalcon\Mvc\Model\Criteria based on an input array like _POST

Annotations\Reflection

Source on GitHub Allows to manipulate the annotations reflection in an OO manner use Phalcon\Annotations\Reader; use Phalcon\Annotations\Reflection; // Parse the annotations in a class $reader = new Reader(); $parsing = reader->parse('MyComponent'); // Create the reflection $reflection = new Reflection($parsing); // Get the annotations in the class docblock $classAnnotations = reflection->getClassAnnotations(); Methods public __construct ([array $reflectionData]) Phalcon\Annot

Image\AdapterInterface::mask

abstract public mask (Phalcon\Image\Adapter $watermark) ...