public static string textArea (array $parameters) Builds a HTML TEXTAREA tag echo Phalcon\Tag::textArea(array("comments", "cols" => 10, "rows" => 4)) Volt syntax: {{ text_area("comments", "cols": 10, "rows": 4) }}
public Phalcon\Mvc\Router\RouteInterface get (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is GET
public notifyCommit (Phalcon\Mvc\Model\TransactionInterface $transaction) Notifies the manager about a committed transaction
abstract public remove (mixed $index) ...
abstract public escapeString (mixed $str) ...
public outputInline (Phalcon\Assets\Collection $collection, string $type) Traverses a collection and generate its HTML
Source on GitHub Methods abstract public getName () ... abstract public getDescription () ... abstract public __toString () ...
integer DIRTY_STATE_TRANSIENT
public mixed afterRetrieve (mixed $data) Unserializes data after retrieval
public hash (mixed $password, [mixed $workFactor]) Creates a password hash using bcrypt with a pseudo random salt
Page 223 of 382