Profiler::find()

array find(string $ip, string $url, string $limit, string $method, string $start, string $end, string $statusCode = null) Finds profiler tokens for the given criteria. Parameters string $ip The IP string $url The URL string $limit The maximum number of tokens to return string $method The request method string $start The start date to search from string $end The end date to search to string $statusCode The request status code Return Value array An array of tokens See also http:/

DefaultAuthenticationFailureHandler::setOptions()

setOptions(array $options) Sets the options. Parameters array $options An array of options

UrlType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

TimeType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

Profile::getIp()

string getIp() Returns the IP. Return Value string The IP

Component\Intl\Data\Bundle\Reader

Classes BufferedBundleReader BundleEntryReader Default implementation of {@link BundleEntryReaderInterface}. IntlBundleReader Reads binary .res resource bundles. JsonBundleReader Reads .json resource bundles. PhpBundleReader Reads .php resource bundles. Interfaces BundleEntryReaderInterface Reads individual entries of a resource file. BundleReaderInterface Reads resource bundle files.

Profile::setStatusCode()

setStatusCode(int $statusCode) Parameters int $statusCode

ButtonBuilder::getInheritData()

bool getInheritData() Unsupported method. Return Value bool Whether the form should inherit its parent's data

Collection

class Collection implements CollectionInterface Methods __construct(Connection $connection, Query $search) Entry[] toArray() count() getIterator() offsetExists($offset) offsetGet($offset) offsetSet($offset, $value) offsetUnset($offset) Details __construct(Connection $connection, Query $search) Parameters Connection $connection Query $search Entry[] toArray() R

Form::getPhpValues()

array getPhpValues() Gets the field values as PHP. This method converts fields with the array notation (like foo[bar] to arrays) like PHP does. Return Value array An array of field values