Client::getCrawler()

Crawler|null getCrawler() Returns the current Crawler instance. Return Value Crawler|null A Crawler instance

UserAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

PropelLogger

class PropelLogger implements BasicLogger PropelLogger. Methods __construct(LoggerInterface $logger = null, Stopwatch $stopwatch = null) Constructor. alert($message) {@inheritdoc} crit($message) {@inheritdoc} err($message) {@inheritdoc} warning($message) {@inheritdoc} notice($message) {@inheritdoc} info($message) {@inheritdoc} debug($message) {@inheritdoc} log($message, $severity = null) {@inheritdoc} array getQueries() Returns queries. De

Question::setNormalizer()

Question setNormalizer(callable $normalizer) Sets a normalizer for the response. The normalizer can be a callable (a string), a closure or a class implementing __invoke. Parameters callable $normalizer Return Value Question The current instance

File::guessExtension()

string|null guessExtension() Returns the extension based on the mime type. If the mime type is unknown, returns null. This method uses the mime type as guessed by getMimeType() to guess the file extension. Return Value string|null The guessed extension or null if it cannot be guessed See also ExtensionGuesser getMimeType()

NotFoundResourceException

class NotFoundResourceException extends InvalidArgumentException implements ExceptionInterface Thrown when a resource does not exist.

MongoDbSessionHandler

class MongoDbSessionHandler implements SessionHandlerInterface MongoDB session handler. Methods __construct(Mongo|MongoClient|Client $mongo, array $options) Constructor. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlifetime) {@inheritdoc} write($sessionId, $data) {@inheritdoc} read($sessionId) {@inheritdoc} Details __construct(Mongo|MongoClient|Client $mongo, array

TransformationRuleInterface::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

MonthTransformer

class MonthTransformer extends Transformer Parser and formatter for month format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular

LanguageBundleInterface

interface LanguageBundleInterface implements ResourceBundleInterface Gives access to language-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getLanguageName(string $language, string|null $region = null, string $displayLocale = null) Returns the name of a language. string[] getLanguageNames(string $displayLocale = null) Returns the names of all known languages. string|null getScr