CliDumper::dumpScalar()

dumpScalar(Cursor $cursor, string $type, scalar $value) Dumps a scalar value. Parameters Cursor $cursor The Cursor position in the dump string $type The PHP type of the value being dumped scalar $value The scalar value being dumped

CliDumper

class CliDumper extends AbstractDumper CliDumper dumps variables for command line output. Constants DUMP_LIGHT_ARRAY DUMP_STRING_LENGTH Properties static $defaultOutput static $defaultColors Methods __construct(callable|resource|string|null $output = null, string $charset = null, int $flags) callable|resource|string setOutput(callable|resource|string $output) Sets the output destination of the dumps. from AbstractDumper string setCharset(string $charset) Set

ClickableInterface

interface ClickableInterface A clickable form element. Methods bool isClicked() Returns whether this element was clicked. Details bool isClicked() Returns whether this element was clicked. Return Value bool Whether this element was clicked

ClassUtils deprecated

class ClassUtils deprecated ClassUtils is deprecated since version 2.8, to be removed in 3.0. Use Acl ClassUtils instead. Class related functionality for objects that might or might not be proxy objects at the moment. Constants MARKER Marker for Proxy class names. MARKER_LENGTH Length of the proxy marker. Methods static string getRealClass(string|object $object) Gets the real class name of a class name that could be a proxy. Details static string

ClassResolverTrait

trait ClassResolverTrait Resolves a class name.

ClassParser

class ClassParser implements ParserInterface CSS selector class parser shortcut. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Details SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Parameters string $source Retur

ClassNotFoundFatalErrorHandler

class ClassNotFoundFatalErrorHandler implements FatalErrorHandlerInterface ErrorHandler for classes that do not exist. Methods FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Details FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Parameters array $error An array as returned by e

ClassNotFoundException

class ClassNotFoundException extends FatalErrorException Class (or Trait or Interface) Not Found Exception. Methods __construct($message, ErrorException $previous) Details __construct($message, ErrorException $previous) Parameters $message ErrorException $previous

ClassNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

ClassNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface