| Class |
Constant / Property / Method |
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class UniqueEntity extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_UNIQUE_ERROR => 'NOT_UNIQUE_ERROR', ] |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class EntityTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType' |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Form extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_SYNCHRONIZED_ERROR => 'NOT_SYNCHRONIZED_ERROR', self::NO_SUCH_FIELD_ERROR => 'NO_SUCH_FIELD_ERROR', ] |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class ButtonTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\ButtonType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class WeekTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\WeekType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| final class ColorTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = ColorType::class |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class MoneyTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\MoneyType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class FormTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\FormType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class LanguageTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\LanguageType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class DateTimeTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\DateTimeType' |
|
| class DateTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\DateType' |
| class BirthdayTypeTest extends DateTypeTest { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\BirthdayType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class BirthdayTypeTest extends DateTypeTest { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\BirthdayType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class CurrencyTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CurrencyType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| final class UlidTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = UlidType::class |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class NumberTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\NumberType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class DateIntervalTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = DateIntervalType::class |
|
| class ButtonTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\ButtonType' |
| class SubmitTypeTest extends ButtonTypeTest { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\SubmitType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class SubmitTypeTest extends ButtonTypeTest { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\SubmitType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class FileTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\FileType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class PasswordTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\PasswordType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class CheckboxTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CheckboxType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class UrlTypeTest extends TextTypeTest { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\UrlType' |
|
| class TextTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TextType' |
| class UrlTypeTest extends TextTypeTest { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\UrlType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class EnumTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = EnumType::class |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| final class UuidTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = UuidType::class |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class TimeTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TimeType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class RepeatedTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\RepeatedType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class CountryTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CountryType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class DateTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\DateType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class ChoiceTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\ChoiceType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class TextTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TextType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class CollectionTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CollectionType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class LocaleTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\LocaleType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class TimezoneTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TimezoneType' |
|
| abstract class BaseTypeTestCase extends TypeTestCase { /**/ } |
TESTED_TYPE = '' |
| class IntegerTypeTest extends BaseTypeTestCase { /**/ } |
TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\IntegerType' |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Expression extends Constraint { /**/ } |
ERROR_NAMES = [self::EXPRESSION_FAILED_ERROR => 'EXPRESSION_FAILED_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Email extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class DateTime extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::INVALID_DATE_ERROR => 'INVALID_DATE_ERROR', self::INVALID_TIME_ERROR => 'INVALID_TIME_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class ExpressionSyntax extends Constraint { /**/ } |
ERROR_NAMES = [self::EXPRESSION_SYNTAX_ERROR => 'EXPRESSION_SYNTAX_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class GreaterThanOrEqual extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class IsFalse extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_FALSE_ERROR => 'NOT_FALSE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Luhn extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class LessThan extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Time extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::INVALID_TIME_ERROR => 'INVALID_TIME_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Issn extends Constraint { /**/ } |
ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::MISSING_HYPHEN_ERROR => 'MISSING_HYPHEN_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::INVALID_CASE_ERROR => 'INVALID_CASE_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| final class PasswordStrength extends Constraint { /**/ } |
ERROR_NAMES = [self::PASSWORD_STRENGTH_ERROR => 'PASSWORD_STRENGTH_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Type extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_TYPE_ERROR => 'INVALID_TYPE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Regex extends Constraint { /**/ } |
ERROR_NAMES = [self::REGEX_FAILED_ERROR => 'REGEX_FAILED_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Json extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_JSON_ERROR => 'INVALID_JSON_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class NotIdenticalTo extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::IS_IDENTICAL_ERROR => 'IS_IDENTICAL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Cidr extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_CIDR_ERROR => 'INVALID_CIDR_ERROR', self::OUT_OF_RANGE_ERROR => 'OUT_OF_RANGE_VIOLATION', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Hostname extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_HOSTNAME_ERROR => 'INVALID_HOSTNAME_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Country extends Constraint { /**/ } |
ERROR_NAMES = [self::NO_SUCH_COUNTRY_ERROR => 'NO_SUCH_COUNTRY_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Blank extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_BLANK_ERROR => 'NOT_BLANK_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Ulid extends Constraint { /**/ } |
ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Unique extends Constraint { /**/ } |
ERROR_NAMES = [self::IS_NOT_UNIQUE => 'IS_NOT_UNIQUE', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Bic extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_LENGTH_ERROR => 'INVALID_LENGTH_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::INVALID_BANK_CODE_ERROR => 'INVALID_BANK_CODE_ERROR', self::INVALID_COUNTRY_CODE_ERROR => 'INVALID_COUNTRY_CODE_ERROR', self::INVALID_CASE_ERROR => 'INVALID_CASE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class File extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class IsTrue extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_TRUE_ERROR => 'NOT_TRUE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class AtLeastOneOf extends Composite { /**/ } |
ERROR_NAMES = [self::AT_LEAST_ONE_OF_ERROR => 'AT_LEAST_ONE_OF_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Uuid extends Constraint { /**/ } |
ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::INVALID_HYPHEN_PLACEMENT_ERROR => 'INVALID_HYPHEN_PLACEMENT_ERROR', self::INVALID_VERSION_ERROR => 'INVALID_VERSION_ERROR', self::INVALID_VARIANT_ERROR => 'INVALID_VARIANT_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class NotNull extends Constraint { /**/ } |
ERROR_NAMES = [self::IS_NULL_ERROR => 'IS_NULL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class IdenticalTo extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::NOT_IDENTICAL_ERROR => 'NOT_IDENTICAL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class NotCompromisedPassword extends Constraint { /**/ } |
ERROR_NAMES = [self::COMPROMISED_PASSWORD_ERROR => 'COMPROMISED_PASSWORD_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Url extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_URL_ERROR => 'INVALID_URL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class NotEqualTo extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::IS_EQUAL_ERROR => 'IS_EQUAL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Ip extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_IP_ERROR => 'INVALID_IP_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Choice extends Constraint { /**/ } |
ERROR_NAMES = [self::NO_SUCH_CHOICE_ERROR => 'NO_SUCH_CHOICE_ERROR', self::TOO_FEW_ERROR => 'TOO_FEW_ERROR', self::TOO_MANY_ERROR => 'TOO_MANY_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Iban extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_COUNTRY_CODE_ERROR => 'INVALID_COUNTRY_CODE_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::NOT_SUPPORTED_COUNTRY_CODE_ERROR => 'NOT_SUPPORTED_COUNTRY_CODE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Date extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::INVALID_DATE_ERROR => 'INVALID_DATE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class DivisibleBy extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::NOT_DIVISIBLE_BY => 'NOT_DIVISIBLE_BY', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Count extends Constraint { /**/ } |
ERROR_NAMES = [self::TOO_FEW_ERROR => 'TOO_FEW_ERROR', self::TOO_MANY_ERROR => 'TOO_MANY_ERROR', self::NOT_EQUAL_COUNT_ERROR => 'NOT_EQUAL_COUNT_ERROR', self::NOT_DIVISIBLE_BY_ERROR => 'NOT_DIVISIBLE_BY_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Isbn extends Constraint { /**/ } |
ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', self::TYPE_NOT_RECOGNIZED_ERROR => 'TYPE_NOT_RECOGNIZED_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Currency extends Constraint { /**/ } |
ERROR_NAMES = [self::NO_SUCH_CURRENCY_ERROR => 'NO_SUCH_CURRENCY_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Timezone extends Constraint { /**/ } |
ERROR_NAMES = [self::TIMEZONE_IDENTIFIER_ERROR => 'TIMEZONE_IDENTIFIER_ERROR', self::TIMEZONE_IDENTIFIER_IN_ZONE_ERROR => 'TIMEZONE_IDENTIFIER_IN_ZONE_ERROR', self::TIMEZONE_IDENTIFIER_IN_COUNTRY_ERROR => 'TIMEZONE_IDENTIFIER_IN_COUNTRY_ERROR', self::TIMEZONE_IDENTIFIER_INTL_ERROR => 'TIMEZONE_IDENTIFIER_INTL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Language extends Constraint { /**/ } |
ERROR_NAMES = [self::NO_SUCH_LANGUAGE_ERROR => 'NO_SUCH_LANGUAGE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Collection extends Composite { /**/ } |
ERROR_NAMES = [self::MISSING_FIELD_ERROR => 'MISSING_FIELD_ERROR', self::NO_SUCH_FIELD_ERROR => 'NO_SUCH_FIELD_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class LessThanOrEqual extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class IsNull extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_NULL_ERROR => 'NOT_NULL_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Length extends Constraint { /**/ } |
ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::NOT_EQUAL_LENGTH_ERROR => 'NOT_EQUAL_LENGTH_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class CardScheme extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_NUMERIC_ERROR => 'NOT_NUMERIC_ERROR', self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Range extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::NOT_IN_RANGE_ERROR => 'NOT_IN_RANGE_ERROR', self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Isin extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_LENGTH_ERROR => 'INVALID_LENGTH_ERROR', self::INVALID_PATTERN_ERROR => 'INVALID_PATTERN_ERROR', self::INVALID_CHECKSUM_ERROR => 'INVALID_CHECKSUM_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class CssColor extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class NoSuspiciousCharacters extends Constraint { /**/ } |
ERROR_NAMES = [self::RESTRICTION_LEVEL_ERROR => 'RESTRICTION_LEVEL_ERROR', self::INVISIBLE_ERROR => 'INVISIBLE_ERROR', self::MIXED_NUMBERS_ERROR => 'MIXED_NUMBERS_ERROR', self::HIDDEN_OVERLAY_ERROR => 'INVALID_CASE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Locale extends Constraint { /**/ } |
ERROR_NAMES = [self::NO_SUCH_LOCALE_ERROR => 'NO_SUCH_LOCALE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class EqualTo extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::NOT_EQUAL_ERROR => 'NOT_EQUAL_ERROR', ] |
|
| class File extends Constraint { /**/ } |
ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', ] |
| class Image extends File { /**/ } |
ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', self::SIZE_NOT_DETECTED_ERROR => 'SIZE_NOT_DETECTED_ERROR', self::TOO_WIDE_ERROR => 'TOO_WIDE_ERROR', self::TOO_NARROW_ERROR => 'TOO_NARROW_ERROR', self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', self::TOO_FEW_PIXEL_ERROR => 'TOO_FEW_PIXEL_ERROR', self::TOO_MANY_PIXEL_ERROR => 'TOO_MANY_PIXEL_ERROR', self::RATIO_TOO_BIG_ERROR => 'RATIO_TOO_BIG_ERROR', self::RATIO_TOO_SMALL_ERROR => 'RATIO_TOO_SMALL_ERROR', self::SQUARE_NOT_ALLOWED_ERROR => 'SQUARE_NOT_ALLOWED_ERROR', self::LANDSCAPE_NOT_ALLOWED_ERROR => 'LANDSCAPE_NOT_ALLOWED_ERROR', self::PORTRAIT_NOT_ALLOWED_ERROR => 'PORTRAIT_NOT_ALLOWED_ERROR', self::CORRUPTED_IMAGE_ERROR => 'CORRUPTED_IMAGE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class Image extends File { /**/ } |
ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', self::SIZE_NOT_DETECTED_ERROR => 'SIZE_NOT_DETECTED_ERROR', self::TOO_WIDE_ERROR => 'TOO_WIDE_ERROR', self::TOO_NARROW_ERROR => 'TOO_NARROW_ERROR', self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', self::TOO_FEW_PIXEL_ERROR => 'TOO_FEW_PIXEL_ERROR', self::TOO_MANY_PIXEL_ERROR => 'TOO_MANY_PIXEL_ERROR', self::RATIO_TOO_BIG_ERROR => 'RATIO_TOO_BIG_ERROR', self::RATIO_TOO_SMALL_ERROR => 'RATIO_TOO_SMALL_ERROR', self::SQUARE_NOT_ALLOWED_ERROR => 'SQUARE_NOT_ALLOWED_ERROR', self::LANDSCAPE_NOT_ALLOWED_ERROR => 'LANDSCAPE_NOT_ALLOWED_ERROR', self::PORTRAIT_NOT_ALLOWED_ERROR => 'PORTRAIT_NOT_ALLOWED_ERROR', self::CORRUPTED_IMAGE_ERROR => 'CORRUPTED_IMAGE_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class GreaterThan extends AbstractComparison { /**/ } |
ERROR_NAMES = [self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', ] |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class NotBlank extends Constraint { /**/ } |
ERROR_NAMES = [self::IS_BLANK_ERROR => 'IS_BLANK_ERROR', ] |
|
| abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
NS_SEPARATOR = ':' |
| class Psr16Adapter extends AbstractAdapter implements PruneableInterface, ResettableInterface { /**/ } |
NS_SEPARATOR = '_' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SendberryTransport extends AbstractTransport { /**/ } |
HOST = 'api.sendberry.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FortySixElksTransport extends AbstractTransport { /**/ } |
HOST = 'api.46elks.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class TwitterTransport extends AbstractTransport { /**/ } |
HOST = 'api.twitter.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class BandwidthTransport extends AbstractTransport { /**/ } |
HOST = 'messaging.bandwidth.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| class ChatworkTransport extends AbstractTransport { /**/ } |
HOST = 'api.chatwork.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SmsBiurasTransport extends AbstractTransport { /**/ } |
HOST = 'savitarna.smsbiuras.lt' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FreeMobileTransport extends AbstractTransport { /**/ } |
HOST = 'smsapi.free-mobile.fr/sendmsg' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class ClickSendTransport extends AbstractTransport { /**/ } |
HOST = 'rest.clicksend.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class DiscordTransport extends AbstractTransport { /**/ } |
HOST = 'discord.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class TurboSmsTransport extends AbstractTransport { /**/ } |
HOST = 'api.turbosms.ua' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class MessageBirdTransport extends AbstractTransport { /**/ } |
HOST = 'rest.messagebird.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class TelnyxTransport extends AbstractTransport { /**/ } |
HOST = 'api.telnyx.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| class KazInfoTehTransport extends AbstractTransport { /**/ } |
HOST = 'kazinfoteh.org' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SmsapiTransport extends AbstractTransport { /**/ } |
HOST = 'api.smsapi.pl' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class RedlinkTransport extends AbstractTransport { /**/ } |
HOST = 'api.redlink.pl' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class OctopushTransport extends AbstractTransport { /**/ } |
HOST = 'www.octopush-dm.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SmsmodeTransport extends AbstractTransport { /**/ } |
HOST = 'rest.smsmode.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class PagerDutyTransport extends AbstractTransport { /**/ } |
HOST = 'events.pagerduty.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class EsendexTransport extends AbstractTransport { /**/ } |
HOST = 'api.esendex.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class MailjetTransport extends AbstractTransport { /**/ } |
HOST = 'api.mailjet.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class OvhCloudTransport extends AbstractTransport { /**/ } |
HOST = 'eu.api.ovh.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class NtfyTransport extends AbstractTransport { /**/ } |
HOST = 'ntfy.sh' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class AllMySmsTransport extends AbstractTransport { /**/ } |
HOST = 'api.allmysms.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FakeSmsEmailTransport extends AbstractTransport { /**/ } |
HOST = 'default' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FakeSmsLoggerTransport extends AbstractTransport { /**/ } |
HOST = 'default' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class OneSignalTransport extends AbstractTransport { /**/ } |
HOST = 'onesignal.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class LightSmsTransport extends AbstractTransport { /**/ } |
HOST = 'www.lightsms.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class OrangeSmsTransport extends AbstractTransport { /**/ } |
HOST = 'api.orange.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class ExpoTransport extends AbstractTransport { /**/ } |
HOST = 'exp.host/--/api/v2/push/send' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| class NovuTransport extends AbstractTransport { /**/ } |
HOST = 'web.novu.co' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class VonageTransport extends AbstractTransport { /**/ } |
HOST = 'rest.nexmo.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SimpleTextinTransport extends AbstractTransport { /**/ } |
HOST = 'api-app2.simpletexting.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class PushoverTransport extends AbstractTransport { /**/ } |
HOST = 'api.pushover.net' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FakeChatLoggerTransport extends AbstractTransport { /**/ } |
HOST = 'default' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FakeChatEmailTransport extends AbstractTransport { /**/ } |
HOST = 'default' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class PlivoTransport extends AbstractTransport { /**/ } |
HOST = 'api.plivo.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SpotHitTransport extends AbstractTransport { /**/ } |
HOST = 'spot-hit.fr' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class FirebaseTransport extends AbstractTransport { /**/ } |
HOST = 'fcm.googleapis.com/fcm/send' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class TelegramTransport extends AbstractTransport { /**/ } |
HOST = 'api.telegram.org' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class IsendproTransport extends AbstractTransport { /**/ } |
HOST = 'apirest.isendpro.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SinchTransport extends AbstractTransport { /**/ } |
HOST = 'sms.api.sinch.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class GoogleChatTransport extends AbstractTransport { /**/ } |
HOST = 'chat.googleapis.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class IqsmsTransport extends AbstractTransport { /**/ } |
HOST = 'api.iqsms.ru' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| class YunpianTransport extends AbstractTransport { /**/ } |
HOST = 'sms.yunpian.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SlackTransport extends AbstractTransport { /**/ } |
HOST = 'slack.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class GatewayApiTransport extends AbstractTransport { /**/ } |
HOST = 'gatewayapi.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class EngagespotTransport extends AbstractTransport { /**/ } |
HOST = 'api.engagespot.co/2/campaigns' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class ClickatellTransport extends AbstractTransport { /**/ } |
HOST = 'api.clickatell.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class LineNotifyTransport extends AbstractTransport { /**/ } |
HOST = 'notify-api.line.me' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SmscTransport extends AbstractTransport { /**/ } |
HOST = 'smsc.ru' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class GitterTransport extends AbstractTransport { /**/ } |
HOST = 'api.gitter.im' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class Sms77Transport extends AbstractTransport { /**/ } |
HOST = 'gateway.sms77.io' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class ContactEveryoneTransport extends AbstractTransport { /**/ } |
HOST = 'contact-everyone.orange-business.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class BrevoTransport extends AbstractTransport { /**/ } |
HOST = 'api.brevo.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class SmsFactorTransport extends AbstractTransport { /**/ } |
HOST = 'api.smsfactor.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class RingCentralTransport extends AbstractTransport { /**/ } |
HOST = 'platform.ringcentral.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class RocketChatTransport extends AbstractTransport { /**/ } |
HOST = 'rocketchat.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class TermiiTransport extends AbstractTransport { /**/ } |
HOST = 'api.ng.termii.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class MessageMediaTransport extends AbstractTransport { /**/ } |
HOST = 'api.messagemedia.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class LinkedInTransport extends AbstractTransport { /**/ } |
HOST = 'api.linkedin.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class TwilioTransport extends AbstractTransport { /**/ } |
HOST = 'api.twilio.com' |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
HOST = 'localhost' |
| final class MobytTransport extends AbstractTransport { /**/ } |
HOST = 'app.mobyt.fr' |
|
| abstract class Constraint { /**/ } |
ERROR_NAMES = [ ] |
| class UserPassword extends Constraint { /**/ } |
ERROR_NAMES = [self::INVALID_PASSWORD_ERROR => 'INVALID_PASSWORD_ERROR', ] |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV8 extends Uuid { /**/ } |
TYPE = 8 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class NilUuid extends Uuid { /**/ } |
TYPE = -1 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class MaxUuid extends Uuid { /**/ } |
TYPE = -1 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV1 extends Uuid implements TimeBasedUidInterface { /**/ } |
TYPE = 1 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV3 extends Uuid { /**/ } |
TYPE = 3 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV6 extends Uuid implements TimeBasedUidInterface { /**/ } |
TYPE = 6 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV7 extends Uuid implements TimeBasedUidInterface { /**/ } |
TYPE = 7 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV5 extends Uuid { /**/ } |
TYPE = 5 |
|
| class Uuid extends AbstractUid { /**/ } |
TYPE = 0 |
| class UuidV4 extends Uuid { /**/ } |
TYPE = 4 |
|
| class FinalConstants extends FinalConstants2 { /**/ } |
OVERRIDDEN_FINAL_PARENT_CLASS = 'OVERRIDDEN_FINAL_PARENT_CLASS' |
| class OverrideFinalConstant extends FinalConstants { /**/ } |
OVERRIDDEN_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_CLASS' |
|
| class FinalConstants extends FinalConstants2 { /**/ } |
OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'OVERRIDDEN_NOT_FINAL_PARENT_CLASS' |
| class OverrideFinalConstant extends FinalConstants { /**/ } |
OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_CLASS' |
|
| class FinalConstants2 { /**/ } |
OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'OVERRIDDEN_FINAL_PARENT_PARENT_CLASS' |
| class OverrideFinalConstant extends FinalConstants { /**/ } |
OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_PARENT_CLASS' |
|
| class FinalConstants2 { /**/ } |
OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS' |
| class OverrideFinalConstant extends FinalConstants { /**/ } |
OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS' |
|
| class Connection implements ResetInterface { /**/ } |
DEFAULT_OPTIONS = ['table_name' => 'messenger_messages', 'queue_name' => 'default', 'redeliver_timeout' => 3600, 'auto_setup' => true, ] |
| final class PostgreSqlConnection extends Connection { /**/ } |
DEFAULT_OPTIONS = parent::DEFAULT_OPTIONS + ['check_delayed_interval' => 60000, 'get_notify_timeout' => 0, ] |
|
| class RouteCompiler implements RouteCompilerInterface { /**/ } |
SEPARATORS = '/,;.:-_~+*=@|' |
| class Utf8RouteCompiler extends RouteCompiler { /**/ } |
SEPARATORS = '/§' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class ServicesConfigurator extends AbstractConfigurator { /**/ } |
FACTORY = 'services' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class DefaultsConfigurator extends AbstractServiceConfigurator { /**/ } |
FACTORY = 'defaults' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class FromCallableConfigurator extends AbstractServiceConfigurator { /**/ } |
FACTORY = 'services' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class InstanceofConfigurator extends AbstractServiceConfigurator { /**/ } |
FACTORY = 'instanceof' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class ContainerConfigurator extends AbstractConfigurator { /**/ } |
FACTORY = 'container' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class AliasConfigurator extends AbstractServiceConfigurator { /**/ } |
FACTORY = 'alias' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class InlineServiceConfigurator extends AbstractConfigurator { /**/ } |
FACTORY = 'service' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class PrototypeConfigurator extends AbstractServiceConfigurator { /**/ } |
FACTORY = 'load' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class ParametersConfigurator extends AbstractConfigurator { /**/ } |
FACTORY = 'parameters' |
|
| abstract class AbstractConfigurator { /**/ } |
FACTORY = 'unknown' |
| class ServiceConfigurator extends AbstractServiceConfigurator { /**/ } |
FACTORY = 'services' |
|
| class FinalConstants extends FinalConstants2 { /**/ } |
private FOO |
| class OverrideFinalConstant extends FinalConstants { /**/ } |
public FOO |
|
| abstract class AbstractFileExtractor { /**/ } |
function extractFromDirectory(6211) |
| class TwigExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } |
function extractFromDirectory(9220) |
|
| class FileLocator implements FileLocatorInterface { /**/ } |
function locate(36, 20268, 20270) |
| class FileLocator extends BaseFileLocator { /**/ } |
function locate(5834, 20268, 20270) |
|
| class ControllerResolverTest extends TestCase { /**/ } |
function createControllerResolver(4774) |
| class ContainerControllerResolverTest extends ControllerResolverTest { /**/ } |
function createControllerResolver(4774, 33) |
|
| class NativeHttpClientTest extends HttpClientTestCase { /**/ } |
function getHttpClient(17403) |
| class AsyncDecoratorTraitTest extends NativeHttpClientTest { /**/ } |
function getHttpClient(17403, 43366, 43368) |
|
| abstract class HttpClientTestCase extends TestCase { /**/ } |
function getHttpClient(17403) |
| class AsyncDecoratorTraitTest extends NativeHttpClientTest { /**/ } |
function getHttpClient(17403, 43366, 43368) |
|
| abstract class FilesLoader extends LoaderChain { /**/ } |
function getFileLoaderInstance(7556) |
| class YamlFilesLoader extends FilesLoader { /**/ } |
function getFileLoaderInstance(5834) |
|
| abstract class FilesLoader extends LoaderChain { /**/ } |
function getFileLoaderInstance(7556) |
| class XmlFilesLoader extends FilesLoader { /**/ } |
function getFileLoaderInstance(5834) |
|
| abstract class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface { /**/ } |
function newReflectionMember(54850) |
| class TestMemberMetadata extends MemberMetadata { /**/ } |
function newReflectionMember(213) |
|
| abstract class FilesLoader extends LoaderChain { /**/ } |
function getFileLoaderInstance(7556) |
| abstract class FilesLoader extends BaseFilesLoader { /**/ } |
function getFileLoaderInstance(5834) |
|
| abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
function doSave(542, 27983, 71543, 71981) |
| class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } |
function doSave(542, 27983, 71543, 71545) |
|
| abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
function createConnection(27168, 1137) |
| class CouchbaseBucketAdapter extends AbstractAdapter { /**/ } |
function createConnection(71623, 1137) |
|
| abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
function createConnection(27168, 1137) |
| class MemcachedAdapter extends AbstractAdapter { /**/ } |
function createConnection(71623, 1137) |
|
| abstract class ProviderTestCase extends TestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742) |
| class LokaliseProviderTest extends ProviderTestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742, 851554) |
|
| abstract class ProviderTestCase extends TestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742) |
| class CrowdinProviderTest extends ProviderTestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742, 851554) |
|
| abstract class ProviderTestCase extends TestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742) |
| class LocoProviderWithoutTranslatorBagTest extends LocoProviderTest { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742, 851554) |
|
| abstract class ProviderTestCase extends TestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742) |
| class LocoProviderTest extends ProviderTestCase { /**/ } |
function createProvider(9730, 2864, 4774, 13741, 10742, 851554) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class BandwidthTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class MercureTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 858189, 858185, 858208) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class ClickSendTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944, 16307, 858429, 858432) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class SmsapiTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944, 859223, 7111) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class SmsmodeTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class OvhCloudTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 859129, 859932) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class AllMySmsTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class FakeSmsEmailTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 856639) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class FakeSmsLoggerTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 4774) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class OneSignalTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 860456) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class SimpleTextinTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class FakeChatLoggerTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 4774) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class FakeChatEmailTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 856639) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class PlivoTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class TelegramTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 11047) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class GoogleChatTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 862512) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class SlackTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 11047) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class ClickatellTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class Sms77TransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class RingCentralTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class RocketChatTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 11047) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class TermiiTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class MessageMediaTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class TwilioTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 34944) |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
function createTransport(9730) |
| final class MobytTransportTest extends TransportTestCase { /**/ } |
function createTransport(9730, 865208) |
|
| abstract class Loader implements LoaderInterface { /**/ } |
function import(6211, 361) |
| abstract class FileLoader extends Loader { /**/ } |
function import(6211, 361, 26655, 868671, 1690) |
|
| abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } |
function voteOnAttribute(2119, 12768, 1878) |
| class VoterTest_Voter extends Voter { /**/ } |
function voteOnAttribute(2119, 213, 1878) |
|
| abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } |
function supports(2119, 12768) |
| class VoterTest_Voter extends Voter { /**/ } |
function supports(2119, 213) |
|
| abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } |
function voteOnAttribute(2119, 12768, 1878) |
| class IntegerVoterTest_Voter extends Voter { /**/ } |
function voteOnAttribute(2119, 213, 1878) |
|
| abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } |
function supports(2119, 12768) |
| class IntegerVoterTest_Voter extends Voter { /**/ } |
function supports(2119, 213) |
|
| abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } |
function voteOnAttribute(2119, 12768, 1878) |
| class TypeErrorVoterTest_Voter extends Voter { /**/ } |
function voteOnAttribute(2119, 213, 1878) |
|
| abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } |
function supports(2119, 12768) |
| class TypeErrorVoterTest_Voter extends Voter { /**/ } |
function supports(2119, 213) |
|
| abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } |
function isValid(50736) |
| class Ulid extends AbstractUid implements TimeBasedUidInterface { /**/ } |
function isValid(3621) |
|
| abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } |
function fromString(50736) |
| class Ulid extends AbstractUid implements TimeBasedUidInterface { /**/ } |
function fromString(3621) |
|
| abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } |
function fromString(50736) |
| class Uuid extends AbstractUid { /**/ } |
function fromString(3685) |
|
| abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } |
function isValid(50736) |
| class Uuid extends AbstractUid { /**/ } |
function isValid(3685) |
|
| class SymfonyRuntime extends GenericRuntime { /**/ } |
function getRunner(16172) |
| class (['project_dir' => __DIR__]) extends SymfonyRuntime { /**/ } |
function getRunner(16488) |
|
| class GenericRuntime implements RuntimeInterface { /**/ } |
function getRunner(16172) |
| class (['project_dir' => __DIR__]) extends SymfonyRuntime { /**/ } |
function getRunner(16488) |
|
| class ClassWithAnnotatedParameters { /**/ } |
function barMethod(1) |
| class SubClassWithAnnotatedParameters extends ClassWithAnnotatedParameters implements InterfaceWithAnnotatedParameters { /**/ } |
function barMethod(4545) |
|
| abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } |
function folded(1) |
| abstract class AbstractUnicodeString extends AbstractString { /**/ } |
function folded(925670) |
|
| abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } |
function toUnicodeString(1) |
| class ByteString extends AbstractString { /**/ } |
function toUnicodeString(925052) |
|
| abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } |
function toCodePointString(1) |
| class ByteString extends AbstractString { /**/ } |
function toCodePointString(925052) |
|
| abstract class Loader implements LoaderInterface { /**/ } |
function import(6211, 361) |
| class GlobFileLoaderWithoutImport extends GlobFileLoader { /**/ } |
function import(6211, 361, 26655, 868671, 1690) |
|
| class AttributeFileLoader extends FileLoader { /**/ } |
function load(5834, 361) |
| class AttributeDirectoryLoader extends AttributeFileLoader { /**/ } |
function load(7556, 361) |
|
| abstract class AbstractHandlerTestCase extends TestCase { /**/ } |
function testHandleValue(393, 874581, 940355) |
| class CommentHandlerTest extends AbstractHandlerTestCase { /**/ } |
function testHandleValue(393, 897758, 940355) |
|
| abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
function dumpLine(11696) |
| class CliDumper extends AbstractDumper { /**/ } |
function dumpLine(11696, 946703) |
|
| abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
function dump(287, 7948) |
| class HtmlDumper extends CliDumper { /**/ } |
function dump(287, 7948, 946786) |
|
| abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
function dumpLine(11696) |
| class HtmlDumper extends CliDumper { /**/ } |
function dumpLine(11696, 946703) |
|
| class Container implements ContainerInterface, ResetInterface { /**/ } |
function compile(1) |
| class ContainerBuilder extends Container implements TaggedContainerInterface { /**/ } |
function compile(950757) |
|
| class Definition { /**/ } |
function replaceArgument(10744, 2083) |
| class ChildDefinition extends Definition { /**/ } |
function replaceArgument(10744, 393) |
|
| abstract class Loader implements LoaderInterface { /**/ } |
function import(6211, 361) |
| class GlobFileLoaderWithoutImport extends GlobFileLoader { /**/ } |
function import(6211, 361, 26655, 868671, 1690) |
|
| abstract class Loader implements LoaderInterface { /**/ } |
function import(6211, 361) |
| abstract class FileLoader extends BaseFileLoader { /**/ } |
function import(6211, 361, 26655, 868671, 1690) |
|
| class Container implements ContainerInterface, ResetInterface { /**/ } |
function compile(1) |
| class MergeExtensionConfigurationContainerBuilder extends ContainerBuilder { /**/ } |
function compile(950757) |
|
| class ParameterBag implements \IteratorAggregate, \Countable { /**/ } |
function replace(12255) |
| final class InputBag extends ParameterBag { /**/ } |
function replace(965392) |
|
| class ParameterBag implements \IteratorAggregate, \Countable { /**/ } |
function add(12255) |
| final class InputBag extends ParameterBag { /**/ } |
function add(965392) |
|
| class ParameterBag implements \IteratorAggregate, \Countable { /**/ } |
function replace(12255) |
| class FileBag extends ParameterBag { /**/ } |
function replace(5814) |
|
| class ParameterBag implements \IteratorAggregate, \Countable { /**/ } |
function add(12255) |
| class FileBag extends ParameterBag { /**/ } |
function add(5814) |
|
| abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface { /**/ } |
function open(970547, 27957) |
| class TestSessionHandler extends AbstractSessionHandler { /**/ } |
function open(7556, 36) |
|
| class ControllerResolverTest extends TestCase { /**/ } |
function createControllerResolver(4774) |
| class ControllerResolverTest extends ContainerControllerResolverTest { /**/ } |
function createControllerResolver(4774, 33) |
|
| abstract class ServiceLocatorTestCase extends TestCase { /**/ } |
public getservicelocator |
| class ServiceLocatorTest extends ServiceLocatorTestCase { /**/ } |
protected getservicelocator |
|
| abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface { /**/ } |
public getcontainerclass |
| class AppKernel extends Kernel { /**/ } |
protected getcontainerclass |
|
| abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface { /**/ } |
public getcontainerclass |
| class ('test', true) extends Kernel { /**/ } |
protected getcontainerclass |
|
| class RouterDataCollector extends DataCollector { /**/ } |
public guessroute |
| class RouterDataCollector extends BaseRouterDataCollector { /**/ } |
protected guessroute |
|
| abstract class AbstractExtension implements FormExtensionInterface { /**/ } |
public loadtypeguesser |
| class ValidatorExtension extends AbstractExtension { /**/ } |
protected loadtypeguesser |
|
| trait CommonResponseTrait { /**/ } |
private close |
| class AsyncResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected close |
|
| trait CommonResponseTrait { /**/ } |
private close |
| final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected close |
|
| trait TransportResponseTrait { /**/ } |
private close |
| final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected close |
|
| trait TransportResponseTrait { /**/ } |
private schedule |
| final class AmpResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected schedule |
|
| trait TransportResponseTrait { /**/ } |
private schedule |
| final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected schedule |
|
| trait TransportResponseTrait { /**/ } |
private schedule |
| final class CurlResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected schedule |
|
| trait TransportResponseTrait { /**/ } |
private perform |
| final class AmpResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected perform |
|
| trait TransportResponseTrait { /**/ } |
private perform |
| final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected perform |
|
| trait TransportResponseTrait { /**/ } |
private perform |
| final class CurlResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected perform |
|
| trait TransportResponseTrait { /**/ } |
private select |
| final class AmpResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected select |
|
| trait TransportResponseTrait { /**/ } |
private select |
| final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected select |
|
| trait TransportResponseTrait { /**/ } |
private select |
| final class CurlResponse implements ResponseInterface, StreamableInterface { /**/ } |
protected select |
|
| abstract class AbstractObjectNormalizer extends AbstractNormalizer { /**/ } |
public instantiateobject |
| class AbstractObjectNormalizerCollectionDummy extends AbstractObjectNormalizer { /**/ } |
protected instantiateobject |
|
| abstract class AbstractObjectNormalizer extends AbstractNormalizer { /**/ } |
public instantiateobject |
| class AbstractObjectNormalizerDummy extends AbstractObjectNormalizer { /**/ } |
protected instantiateobject |
|
| abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } |
public getallowedattributes |
| class AbstractNormalizerDummy extends AbstractNormalizer { /**/ } |
protected getallowedattributes |
|
| abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } |
public instantiateobject |
| class AbstractObjectNormalizerCollectionDummy extends AbstractObjectNormalizer { /**/ } |
protected instantiateobject |
|
| abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } |
public instantiateobject |
| class AbstractObjectNormalizerDummy extends AbstractObjectNormalizer { /**/ } |
protected instantiateobject |
|
| abstract class FilesLoader extends LoaderChain { /**/ } |
public getfileloaderinstance |
| class YamlFilesLoader extends FilesLoader { /**/ } |
protected getfileloaderinstance |
|
| abstract class FilesLoader extends LoaderChain { /**/ } |
public getfileloaderinstance |
| class XmlFilesLoader extends FilesLoader { /**/ } |
protected getfileloaderinstance |
|
| abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
public preparetestdata |
| class CollectionValidatorCustomArrayObjectTest extends CollectionValidatorTestCase { /**/ } |
protected preparetestdata |
|
| abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
public preparetestdata |
| class CollectionValidatorArrayTest extends CollectionValidatorTestCase { /**/ } |
protected preparetestdata |
|
| abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
public preparetestdata |
| class CollectionValidatorArrayObjectTest extends CollectionValidatorTestCase { /**/ } |
protected preparetestdata |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
public dosend |
| class ($clientMock, $eventDispatcherMock) extends AbstractTransport { /**/ } |
protected dosend |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
public dosend |
| final class OrangeSmsTransport extends AbstractTransport { /**/ } |
protected dosend |
|
| abstract class AbstractRememberMeHandler implements RememberMeHandlerInterface { /**/ } |
public processrememberme |
| final class PersistentRememberMeHandler extends AbstractRememberMeHandler { /**/ } |
protected processrememberme |
|
| abstract class AbstractRememberMeHandler implements RememberMeHandlerInterface { /**/ } |
public processrememberme |
| final class SignatureRememberMeHandler extends AbstractRememberMeHandler { /**/ } |
protected processrememberme |
|
| trait SharedLockStoreTestTrait { /**/ } |
public getstore |
| class DoctrineDbalPostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait SharedLockStoreTestTrait { /**/ } |
public getstore |
| class CombinedStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait SharedLockStoreTestTrait { /**/ } |
public getstore |
| class InMemoryStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait SharedLockStoreTestTrait { /**/ } |
public getstore |
| class PostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class DoctrineDbalStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class DoctrineDbalPostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class CombinedStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class MongoDbStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class InMemoryStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class PdoStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class PostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| class MemcachedStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait ExpiringStoreTestTrait { /**/ } |
public getstore |
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait ExpiringStoreTestTrait { /**/ } |
public getstore |
| class DoctrineDbalStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait ExpiringStoreTestTrait { /**/ } |
public getstore |
| class CombinedStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait ExpiringStoreTestTrait { /**/ } |
public getstore |
| class MongoDbStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait ExpiringStoreTestTrait { /**/ } |
public getstore |
| class PdoStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait ExpiringStoreTestTrait { /**/ } |
public getstore |
| class MemcachedStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait UnserializableTestTrait { /**/ } |
public getstore |
| class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait BlockingStoreTestTrait { /**/ } |
public getstore |
| class DoctrineDbalPostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| trait BlockingStoreTestTrait { /**/ } |
public getstore |
| class PostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
public getstore |
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
protected getstore |
|
| abstract class MultiplePcreFilterIterator extends \FilterIterator { /**/ } |
public isregex |
| class TestMultiplePcreFilterIterator extends MultiplePcreFilterIterator { /**/ } |
protected isregex |
|
| abstract class MultiplePcreFilterIterator extends \FilterIterator { /**/ } |
public toregex |
| class TestMultiplePcreFilterIterator extends MultiplePcreFilterIterator { /**/ } |
protected toregex |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
public isconfigenabled |
| class EnableableExtension extends Extension { /**/ } |
protected isconfigenabled |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
public processvalue |
| class ( ) extends AbstractRecursivePass { /**/ } |
protected processvalue |
|
| abstract class Input implements InputInterface, StreamableInputInterface { /**/ } |
public parse |
| class NonStringInput extends Input { /**/ } |
protected parse |
|
| class Command { /**/ } |
public configure |
| class ( ) extends Command { /**/ } |
protected configure |
|
| class Command { /**/ } |
public configure |
| class CompleteCommandTest_HelloCommand extends Command { /**/ } |
protected configure |
|
| class Command { /**/ } |
public execute |
| class LazyTestCommand extends Command { /**/ } |
protected execute |
|
| trait MicroKernelTrait { /**/ } |
protected configurecontainer |
| class ConcreteMicroKernel extends Kernel implements EventSubscriberInterface { /**/ } |
private configurecontainer |
|
| trait MicroKernelTrait { /**/ } |
protected configurecontainer |
| class ('anonymous_kernel') extends MinimalKernel { /**/ } |
private configurecontainer |
|
| trait MicroKernelTrait { /**/ } |
protected configurecontainer |
| class FlexStyleMicroKernel extends Kernel { /**/ } |
private configurecontainer |
|
| trait MicroKernelTrait { /**/ } |
protected configurecontainer |
| class WebProfilerBundleKernel extends Kernel { /**/ } |
private configurecontainer |
|
| trait MicroKernelTrait { /**/ } |
protected configurecontainer |
| class Kernel extends SymfonyKernel { /**/ } |
private configurecontainer |
|
| trait MicroKernelTrait { /**/ } |
protected configureroutes |
| class ConcreteMicroKernel extends Kernel implements EventSubscriberInterface { /**/ } |
private configureroutes |
|
| trait MicroKernelTrait { /**/ } |
protected configureroutes |
| class ('anonymous_kernel') extends MinimalKernel { /**/ } |
private configureroutes |
|
| trait MicroKernelTrait { /**/ } |
protected configureroutes |
| class FlexStyleMicroKernel extends Kernel { /**/ } |
private configureroutes |
|
| trait MicroKernelTrait { /**/ } |
protected configureroutes |
| class WebProfilerBundleKernel extends Kernel { /**/ } |
private configureroutes |
|
| trait MicroKernelTrait { /**/ } |
protected configureroutes |
| class Kernel extends SymfonyKernel { /**/ } |
private configureroutes |
|
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
getloader : [\symfony\bridge\doctrine\form\choicelist\ormquerybuilderloader] |
| class EntityType extends DoctrineType { /**/ } |
getloader : [\symfony\bridge\doctrine\form\choicelist\entityloaderinterface] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class DummyLocaleAware implements LocaleAwareInterface { /**/ } |
setlocale : [] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class DummyTranslator implements TranslatorInterface, LocaleAwareInterface { /**/ } |
setlocale : [] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class Translator implements TranslatorInterface, TranslatorBagInterface, LocaleAwareInterface { /**/ } |
setlocale : [] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class LoggingTranslator implements TranslatorInterface, TranslatorBagInterface, LocaleAwareInterface { /**/ } |
setlocale : [] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class AsciiSlugger implements SluggerInterface, LocaleAwareInterface { /**/ } |
setlocale : [] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class DataCollectorTranslator implements TranslatorInterface, TranslatorBagInterface, LocaleAwareInterface, WarmableInterface { /**/ } |
setlocale : [] |
|
| interface LocaleAwareInterface { /**/ } |
setlocale : [\void] |
| class LocaleSwitcher implements LocaleAwareInterface { /**/ } |
setlocale : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class NoPrivateNetworkHttpClient implements HttpClientInterface, LoggerAwareInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| abstract class AbstractRendererEngine implements FormRendererEngineInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class DecoratorWithBehavior implements ResetInterface, ResourceCheckerInterface, ServiceSubscriberInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class CachingFactoryDecorator implements ChoiceListFactoryInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class HttplugClient implements ClientInterface, HttpAsyncClient, RequestFactoryInterface, StreamFactoryInterface, UriFactoryInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class NativeHttpClient implements HttpClientInterface, LoggerAwareInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ScopingHttpClient implements HttpClientInterface, ResetInterface, LoggerAwareInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class AmpHttpClient implements HttpClientInterface, LoggerAwareInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class TraceableHttpClient implements HttpClientInterface, ResetInterface, LoggerAwareInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class MockHttpClient implements HttpClientInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class CachingHttpClient implements HttpClientInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ArrayAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TraceableAdapter implements AdapterInterface, CacheInterface, PruneableInterface, ResettableInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class Psr18Client implements ClientInterface, RequestFactoryInterface, StreamFactoryInterface, UriFactoryInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ChainAdapter implements AdapterInterface, CacheInterface, PruneableInterface, ResettableInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class Connection implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class PostgreSqlConnection extends Connection { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class InMemoryTransport implements TransportInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class InMemoryTransportFactory implements TransportFactoryInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ResettableDummyReceiver extends DummyReceiver implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TokenStorage implements TokenStorageInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class NotificationLoggerListener implements EventSubscriberInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class AmazonSqsTransport implements TransportInterface, SetupableTransportInterface, MessageCountAwareInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class Stopwatch implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class FormDataCollector extends DataCollector implements FormDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TwigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class DumpDataCollector extends DataCollector implements DataDumperInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class RouterDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TimeDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class AjaxDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class EventDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ( ) implements TemplateAwareDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class CommandDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class SecurityDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class WorkflowDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class MessageDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TraceableValidator implements ValidatorInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, PruneableInterface, ResettableInterface, LoggerAwareInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class ConsoleCommandProcessor implements EventSubscriberInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| abstract class AbstractSessionListener implements EventSubscriberInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class DebugProcessor implements DebugLoggerInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class Profiler implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class RouteProcessor implements EventSubscriberInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class NotificationDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ServicesResetter implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class CacheDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class HttpClientDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class DoctrineDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class MessageLoggerListener implements EventSubscriberInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TraceableEventDispatcher implements EventDispatcherInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\static] |
| class Compiler implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class TraceableAuthenticatorManagerListener extends AbstractListener implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| final class TraceableFirewallListener extends FirewallListener implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class OutputFormatterStyleStack implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class Application extends BaseApplication { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class Application implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class ( ) implements ResetInterface { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class TestContainer extends Container { /**/ } |
reset : [] |
|
| interface ResetInterface { /**/ } |
reset : [\void] |
| class Container implements ContainerInterface, ResetInterface { /**/ } |
reset : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class TestKernel extends Kernel implements CompilerPassInterface { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class TestAppKernel extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class AppKernel extends Kernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class KernelForTest extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class ('test', true) extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class CustomProjectDirKernel extends Kernel implements WarmableInterface { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class KernelWithoutBundles extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class KernelForTest extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class ($this->varDir) implements KernelInterface { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class AssetMapperTestAppKernel extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class AppKernel extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class EmptyAppKernel extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class NoTemplatingEntryKernel extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
registercontainerconfiguration : [\void] |
| class TestAppKernel extends Kernel { /**/ } |
registercontainerconfiguration : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
boot : [\void] |
| class ($this->varDir) implements KernelInterface { /**/ } |
boot : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
boot : [\void] |
| abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface { /**/ } |
boot : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
shutdown : [\void] |
| abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface { /**/ } |
shutdown : [] |
|
| interface KernelInterface extends HttpKernelInterface { /**/ } |
shutdown : [\void] |
| class ($this->varDir) implements KernelInterface { /**/ } |
shutdown : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class LoggerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class ConfigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class TimeDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class EventDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| final class HttpClientDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class CacheDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class TwigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| final class WorkflowDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface LateDataCollectorInterface { /**/ } |
latecollect : [\void] |
| class SecurityDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
latecollect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class ( ) implements TemplateAwareDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class FormDataCollector extends DataCollector implements FormDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class ( ) extends AbstractDataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| final class NotificationDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class CacheDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class DoctrineDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| final class CloneVarDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| final class HttpClientDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class TwigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class DumpDataCollector extends DataCollector implements DataDumperInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class TimeDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class RouterDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class AjaxDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class LoggerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class EventDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class ConfigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class ExceptionDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| final class CommandDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class SecurityDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| final class WorkflowDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| final class MessageDataCollector extends DataCollector { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
collect : [\void] |
| class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
collect : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class TimeDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class RouterDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class DumpDataCollector extends DataCollector implements DataDumperInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| final class CloneVarDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class TwigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class DoctrineDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| final class HttpClientDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class CacheDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class FormDataCollector extends DataCollector implements FormDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| final class NotificationDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| abstract class AbstractDataCollector extends DataCollector implements TemplateAwareDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class ( ) implements TemplateAwareDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| final class MessageDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| final class WorkflowDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class SecurityDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| final class CommandDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class ExceptionDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class ConfigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class EventDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class LoggerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } |
getname : [] |
|
| interface DataCollectorInterface extends ResetInterface { /**/ } |
getname : [\string] |
| class AjaxDataCollector extends DataCollector { /**/ } |
getname : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| final class MessageDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| final class WorkflowDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class DoctrineDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| final class CommandDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class SecurityDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class TwigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class FormDataCollector extends DataCollector implements FormDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class AjaxDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class EventDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class DumpDataCollector extends DataCollector implements DataDumperInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class RouterDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class TimeDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| final class HttpClientDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class CacheDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } |
reset : [] |
|
| abstract class DataCollector implements DataCollectorInterface { /**/ } |
reset : [\void] |
| final class NotificationDataCollector extends DataCollector { /**/ } |
reset : [] |
|
| class ControllerResolverTest extends TestCase { /**/ } |
getundefinedcontrollers : [\array] |
| class ContainerControllerResolverTest extends ControllerResolverTest { /**/ } |
getundefinedcontrollers : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
boot : [\void] |
| class FrameworkBundle extends Bundle { /**/ } |
boot : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
boot : [\void] |
| class DebugBundle extends Bundle { /**/ } |
boot : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
boot : [\void] |
| class WebProfilerBundle extends Bundle { /**/ } |
boot : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class SecurityBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class FormLoginBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class TestBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class AuthenticatorBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class TwigBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class FrameworkBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class ( ) extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class TestBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
build : [\void] |
| class DebugBundle extends Bundle { /**/ } |
build : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
getcontainerextension : [\symfony\component\dependencyinjection\extension\extensioninterface] |
| class ( ) extends Bundle { /**/ } |
getcontainerextension : [\null, \symfony\component\dependencyinjection\extension\extensioninterface] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
registercommands : [\void] |
| class TwigBundle extends Bundle { /**/ } |
registercommands : [] |
|
| abstract class Bundle implements BundleInterface { /**/ } |
registercommands : [\void] |
| class DebugBundle extends Bundle { /**/ } |
registercommands : [] |
|
| interface BundleInterface { /**/ } |
boot : [\void] |
| class WebProfilerBundle extends Bundle { /**/ } |
boot : [] |
|
| interface BundleInterface { /**/ } |
boot : [\void] |
| class DebugBundle extends Bundle { /**/ } |
boot : [] |
|
| interface BundleInterface { /**/ } |
boot : [\void] |
| class FrameworkBundle extends Bundle { /**/ } |
boot : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class TestBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class DebugBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class TwigBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class FrameworkBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class ( ) extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class AuthenticatorBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class SecurityBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class TestBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
build : [\void] |
| class FormLoginBundle extends Bundle { /**/ } |
build : [] |
|
| interface BundleInterface { /**/ } |
getcontainerextension : [\symfony\component\dependencyinjection\extension\extensioninterface] |
| class ( ) extends Bundle { /**/ } |
getcontainerextension : [\null, \symfony\component\dependencyinjection\extension\extensioninterface] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class DateTimeValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class DefaultValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class ServiceValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class UidValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class QueryParameterValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class NotTaggedControllerValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class SecurityTokenValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class UserValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class RequestValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class SessionValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class RequestAttributeValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class VariadicValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\array] |
| final class EntityValueResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| interface ValueResolverInterface { /**/ } |
resolve : [\traversable] |
| final class PsrServerRequestResolver implements ValueResolverInterface { /**/ } |
resolve : [\iterable] |
|
| class RequestEvent extends KernelEvent { /**/ } |
setresponse : [\never] |
| final class LazyResponseEvent extends RequestEvent { /**/ } |
setresponse : [\void] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\sms\smsevent] |
| final class TwilioRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class PostmarkRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class MailgunRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class BrevoRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class SendgridRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class MailjetRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\symfony\component\remoteevent\remoteevent] |
| class RequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| abstract class AbstractRequestParser implements RequestParserInterface { /**/ } |
doparse : [\null, \symfony\component\remoteevent\event\sms\smsevent] |
| final class VonageRequestParser extends AbstractRequestParser { /**/ } |
doparse : [\null, \symfony\component\remoteevent\remoteevent] |
|
| class FormEvent extends Event { /**/ } |
setdata : [\never] |
| final class PostSetDataEvent extends FormEvent { /**/ } |
setdata : [\void] |
|
| class FormEvent extends Event { /**/ } |
setdata : [\never] |
| final class PostSubmitEvent extends FormEvent { /**/ } |
setdata : [\void] |
|
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getform : [\symfony\component\form\submitbutton] |
| class SubmitButtonBuilder extends ButtonBuilder { /**/ } |
getform : [\symfony\component\form\button] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FormWithSameParentType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RecursiveFormTypeBar extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class LocaleType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class SearchType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class TextareaType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class LanguageType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class BirthdayType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ResetType extends AbstractType implements ButtonTypeInterface { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\string] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RecursiveFormTypeBaz extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FooType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FooSubType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RepeatedPasswordField extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ChoiceSubType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FormType extends BaseType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class CurrencyType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class EmailType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ColorType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\string] |
| class UsageTrackingFormType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RecursiveFormTypeFoo extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class TelType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\string] |
| final class EnumType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class UrlType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RangeType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RadioType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class CountryType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class PasswordType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class TimezoneType extends AbstractType { /**/ } |
getparent : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class DateType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class LanguageType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class LocaleType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class SearchType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UserLoginType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ChoiceSubType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ConfigurableFormType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class AuthorType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RepeatedPasswordField extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FooType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CustomerType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UsageTrackingFormType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UsageTrackingParentFormType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ReviewType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TextType extends AbstractType implements DataTransformerInterface { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CurrencyType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FileType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class MoneyType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ColorType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class PercentType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FormType extends BaseType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CheckboxType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| abstract class BaseType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class EmailType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class HiddenType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class DateIntervalType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UlidType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class WeekType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class NumberType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class BirthdayType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| final class EnumType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UuidType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TelType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RangeType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RepeatedType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class IntegerType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UrlType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class DateTimeType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CountryType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RadioType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CollectionType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TimezoneType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TimeType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class PasswordType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class EntityType extends DoctrineType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FooType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FooType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class BlockPrefixedFooTextType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class NotMappedType extends AbstractType { /**/ } |
configureoptions : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class RepeatedType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class UuidType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class UrlType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class IntegerType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class UserLoginType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class NumberType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class DateType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class AlternatingRowType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class AuthorType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class FooType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class CustomerType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class ReviewType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class FormTypeCsrfExtensionTest_ChildType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class ItemFileType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class CollectionType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class DateTimeType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class TimeType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class TimezoneType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class FileType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class MoneyType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class CheckboxType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class TextType extends AbstractType implements DataTransformerInterface { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class PercentType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class FormType extends BaseType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| abstract class BaseType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class ColorType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class UlidType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class WeekType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildform : [\void] |
| class DateIntervalType extends AbstractType { /**/ } |
buildform : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class TextareaType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class NumberType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class IntegerType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class UrlType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class DateTimeType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class CollectionType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class TimeType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class PasswordType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class MoneyType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class FileType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| abstract class BaseType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class PercentType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class FormType extends BaseType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class CheckboxType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class DateIntervalType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class WeekType extends AbstractType { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
buildview : [\void] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
buildview : [] |
|
| interface FormTypeInterface { /**/ } |
finishview : [\void] |
| class FileType extends AbstractType { /**/ } |
finishview : [] |
|
| interface FormTypeInterface { /**/ } |
finishview : [\void] |
| class CollectionType extends AbstractType { /**/ } |
finishview : [] |
|
| interface FormTypeInterface { /**/ } |
finishview : [\void] |
| class DateType extends AbstractType { /**/ } |
finishview : [] |
|
| interface FormTypeInterface { /**/ } |
finishview : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
finishview : [] |
|
| interface FormTypeInterface { /**/ } |
finishview : [\void] |
| class FormType extends BaseType { /**/ } |
finishview : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class LocaleType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class EntityType extends DoctrineType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ConfigurableFormType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TextareaType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class LanguageType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class SearchType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class DateType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TelType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class RangeType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class NumberType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class BirthdayType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class UrlType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class DateTimeType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class RepeatedType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class IntegerType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ResetType extends AbstractType implements ButtonTypeInterface { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class WeekType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class DateIntervalType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ChoiceType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class PasswordType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TimeType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class FileType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class MoneyType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class RadioType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CountryType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TimezoneType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CollectionType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ColorType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class PercentType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class EmailType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class HiddenType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TextType extends AbstractType implements DataTransformerInterface { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CurrencyType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class FormType extends BaseType { /**/ } |
getblockprefix : [] |
|
| interface FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CheckboxType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class DateIntervalToStringTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\null, \float] |
| class StringToFloatTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\null, \string] |
| class UlidToStringTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class DateTimeToLocalizedStringTransformer extends BaseDateTimeTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class DateTimeToStringTransformer extends BaseDateTimeTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\array] |
| class ChoicesToValuesTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\array] |
| class WeekToArrayTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class PercentToLocalizedStringTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\array] |
| class DateIntervalToArrayTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\null, \string] |
| class BooleanToStringTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class DateTimeToRfc3339Transformer extends BaseDateTimeTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\null, \int] |
| class DateTimeToTimestampTransformer extends BaseDateTimeTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class DateTimeToHtml5LocalDateTimeTransformer extends BaseDateTimeTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\array] |
| class DateTimeToArrayTransformer extends BaseDateTimeTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\null, \string] |
| class UuidToStringTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\null, \datetime] |
| final class DateTimeImmutableToDateTimeTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class NumberToLocalizedStringTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\string] |
| class MoneyToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
transform : [\array] |
| class ValueToDuplicatesTransformer implements DataTransformerInterface { /**/ } |
transform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\array] |
| class ChoicesToValuesTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \symfony\component\uid\ulid] |
| class UlidToStringTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \string] |
| class StringToFloatTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \dateinterval] |
| class DateIntervalToStringTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetime] |
| class DateTimeToHtml5LocalDateTimeTransformer extends BaseDateTimeTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetime] |
| class DateTimeToTimestampTransformer extends BaseDateTimeTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetime] |
| class DateTimeToStringTransformer extends BaseDateTimeTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetime] |
| class DateTimeToArrayTransformer extends BaseDateTimeTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetime] |
| class DateTimeToLocalizedStringTransformer extends BaseDateTimeTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\doctrine\common\collections\collection] |
| class CollectionToArrayTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\int, \float, \null] |
| class NumberToLocalizedStringTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetimeimmutable] |
| final class DateTimeImmutableToDateTimeTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \symfony\component\uid\uuid] |
| class UuidToStringTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \datetime] |
| class DateTimeToRfc3339Transformer extends BaseDateTimeTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\bool] |
| class BooleanToStringTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \dateinterval] |
| class DateIntervalToArrayTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\int, \float, \null] |
| class PercentToLocalizedStringTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\null, \string] |
| class WeekToArrayTransformer implements DataTransformerInterface { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\int, \float, \null] |
| class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface DataTransformerInterface { /**/ } |
reversetransform : [\int, \float, \null] |
| class MoneyToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { /**/ } |
reversetransform : [\mixed] |
|
| interface FormConfigInterface { /**/ } |
geteventdispatcher : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
geteventdispatcher : [\symfony\component\eventdispatcher\eventdispatcherinterface] |
|
| interface FormConfigInterface { /**/ } |
getformfactory : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getformfactory : [\symfony\component\form\formfactoryinterface] |
|
| interface FormConfigInterface { /**/ } |
getaction : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getaction : [\string] |
|
| interface FormConfigInterface { /**/ } |
getmethod : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getmethod : [\string] |
|
| interface FormConfigInterface { /**/ } |
getrequesthandler : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getrequesthandler : [\symfony\component\form\requesthandlerinterface] |
|
| interface FormConfigInterface { /**/ } |
getisemptycallback : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getisemptycallback : [\null, \callable] |
|
| interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuilderInterface { /**/ } |
add : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
add : [\static] |
|
| interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuilderInterface { /**/ } |
create : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
create : [\symfony\component\form\formbuilderinterface] |
|
| interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuilderInterface { /**/ } |
get : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
get : [\symfony\component\form\formbuilderinterface] |
|
| interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuilderInterface { /**/ } |
remove : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
remove : [\static] |
|
| interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuilderInterface { /**/ } |
getform : [\symfony\component\form\button] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
getform : [\symfony\component\form\forminterface] |
|
| interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuilderInterface { /**/ } |
getform : [\symfony\component\form\submitbutton] |
| class SubmitButtonBuilder extends ButtonBuilder { /**/ } |
getform : [\symfony\component\form\forminterface] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
addeventlistener : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
addeventlistener : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
addeventsubscriber : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
addeventsubscriber : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
addviewtransformer : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
addviewtransformer : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
resetviewtransformers : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
resetviewtransformers : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
addmodeltransformer : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
addmodeltransformer : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
resetmodeltransformers : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
resetmodeltransformers : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setdatamapper : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setdatamapper : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setemptydata : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setemptydata : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
seterrorbubbling : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
seterrorbubbling : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setrequired : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setrequired : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setpropertypath : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setpropertypath : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setmapped : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setmapped : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setbyreference : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setbyreference : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setinheritdata : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setinheritdata : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setcompound : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setcompound : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setdata : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setdata : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setdatalocked : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setdatalocked : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setformfactory : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setformfactory : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setaction : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setaction : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setmethod : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setmethod : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setrequesthandler : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setrequesthandler : [\static] |
|
| interface FormConfigBuilderInterface extends FormConfigInterface { /**/ } |
setisemptycallback : [\never] |
| class ButtonBuilder implements \IteratorAggregate, FormBuilderInterface { /**/ } |
setisemptycallback : [\static] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\string] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class PasswordType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class TimezoneType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\string] |
| final class EnumType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class LanguageType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class BirthdayType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class SearchType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class LocaleType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class TextareaType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FormWithSameParentType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ChoiceSubType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RepeatedPasswordField extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FooSubType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FooType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RecursiveFormTypeBaz extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RecursiveFormTypeBar extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RecursiveFormTypeFoo extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\string] |
| class UsageTrackingFormType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RadioType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class CountryType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class UrlType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class RangeType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ResetType extends AbstractType implements ButtonTypeInterface { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class TelType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class EmailType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class FormType extends BaseType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class ColorType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getparent : [\null, \string] |
| class CurrencyType extends AbstractType { /**/ } |
getparent : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class EntityType extends DoctrineType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UserLoginType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class DateTimeType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TimeType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CollectionType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class PasswordType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TimezoneType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class NumberType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| final class EnumType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UlidType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class DateIntervalType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TextType extends AbstractType implements DataTransformerInterface { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CurrencyType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FileType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class MoneyType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ColorType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FormType extends BaseType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class PercentType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CheckboxType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class EmailType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class WeekType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class HiddenType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class TelType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| abstract class BaseType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class IntegerType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UuidType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RepeatedType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RangeType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RadioType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UrlType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CountryType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UsageTrackingParentFormType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class UsageTrackingFormType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FooType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FooType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ConfigurableFormType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class NotMappedType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class AuthorType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class BlockPrefixedFooTextType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class RepeatedPasswordField extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ChoiceSubType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class FooType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class ReviewType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class CustomerType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class DateType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class LocaleType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class SearchType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class BirthdayType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
configureoptions : [\void] |
| class LanguageType extends AbstractType { /**/ } |
configureoptions : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class UserLoginType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class UrlType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class DateTimeType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class TimeType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class CollectionType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class TimezoneType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class NumberType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class DateType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class CustomerType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class ReviewType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class FooType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class FormTypeCsrfExtensionTest_ChildType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class ItemFileType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class AlternatingRowType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class AuthorType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class IntegerType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class RepeatedType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class UuidType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| abstract class BaseType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class WeekType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class CheckboxType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class FormType extends BaseType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class PercentType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class ColorType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class MoneyType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class FileType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class TextType extends AbstractType implements DataTransformerInterface { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class DateIntervalType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildform : [\void] |
| class UlidType extends AbstractType { /**/ } |
buildform : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class UrlType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class DateTimeType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class TimeType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class PasswordType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class CollectionType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class NumberType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class TextareaType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class IntegerType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| abstract class BaseType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class WeekType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class FormType extends BaseType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class CheckboxType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class PercentType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class MoneyType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class FileType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
buildview : [\void] |
| class DateIntervalType extends AbstractType { /**/ } |
buildview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
finishview : [\void] |
| class CollectionType extends AbstractType { /**/ } |
finishview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
finishview : [\void] |
| class DateType extends AbstractType { /**/ } |
finishview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
finishview : [\void] |
| class FormType extends BaseType { /**/ } |
finishview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
finishview : [\void] |
| class FileType extends AbstractType { /**/ } |
finishview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
finishview : [\void] |
| class ChoiceType extends AbstractType { /**/ } |
finishview : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class EntityType extends DoctrineType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class DateTimeType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TimeType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class PasswordType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CollectionType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TimezoneType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class NumberType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class LanguageType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class BirthdayType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class SearchType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class LocaleType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TextareaType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class DateType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ConfigurableFormType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class RadioType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class UrlType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class RangeType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CountryType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class RepeatedType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ResetType extends AbstractType implements ButtonTypeInterface { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class IntegerType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TelType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class HiddenType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class WeekType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class EmailType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CheckboxType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class PercentType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class FormType extends BaseType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ColorType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class MoneyType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class FileType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class CurrencyType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class TextType extends AbstractType implements DataTransformerInterface { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class ChoiceType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| abstract class AbstractType implements FormTypeInterface { /**/ } |
getblockprefix : [\string] |
| class DateIntervalType extends AbstractType { /**/ } |
getblockprefix : [] |
|
| class ServerParams { /**/ } |
getcontentlength : [\null, \int] |
| class ( ) extends ServerParams { /**/ } |
getcontentlength : [\mixed] |
|
| trait ContextMappingTestTrait { /**/ } |
getloaderforcontextmapping : [\symfony\component\serializer\mapping\loader\attributeloader] |
| class AttributeLoaderTest extends TestCase { /**/ } |
getloaderforcontextmapping : [\symfony\component\serializer\mapping\loader\loaderinterface] |
|
| trait SkipUninitializedValuesTestTrait { /**/ } |
getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\abstractobjectnormalizer] |
|
| trait SkipUninitializedValuesTestTrait { /**/ } |
getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\abstractobjectnormalizer] |
|
| trait SkipUninitializedValuesTestTrait { /**/ } |
getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\abstractobjectnormalizer] |
|
| trait ConstructorArgumentsTestTrait { /**/ } |
getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait ConstructorArgumentsTestTrait { /**/ } |
getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait ConstructorArgumentsTestTrait { /**/ } |
getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait ObjectToPopulateTestTrait { /**/ } |
getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait ObjectToPopulateTestTrait { /**/ } |
getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait SkipNullValuesTestTrait { /**/ } |
getnormalizerforskipnullvalues : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforskipnullvalues : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CacheableObjectAttributesTestTrait { /**/ } |
getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\abstractobjectnormalizer] |
|
| trait CacheableObjectAttributesTestTrait { /**/ } |
getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\abstractobjectnormalizer] |
|
| trait IgnoredAttributesTestTrait { /**/ } |
getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait IgnoredAttributesTestTrait { /**/ } |
getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait IgnoredAttributesTestTrait { /**/ } |
getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait IgnoredAttributesTestTrait { /**/ } |
getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait IgnoredAttributesTestTrait { /**/ } |
getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait IgnoredAttributesTestTrait { /**/ } |
getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait CircularReferenceTestTrait { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CircularReferenceTestTrait { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CircularReferenceTestTrait { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CircularReferenceTestTrait { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\jsonserializablenormalizer] |
| class JsonSerializableNormalizerTest extends TestCase { /**/ } |
getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait TypeEnforcementTestTrait { /**/ } |
getdenormalizerfortypeenforcement : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getdenormalizerfortypeenforcement : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait CallbacksTestTrait { /**/ } |
getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CallbacksTestTrait { /**/ } |
getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CallbacksTestTrait { /**/ } |
getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CallbacksTestTrait { /**/ } |
getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CallbacksTestTrait { /**/ } |
getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait CallbacksTestTrait { /**/ } |
getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait GroupsTestTrait { /**/ } |
getnormalizerforgroups : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getnormalizerforgroups : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait GroupsTestTrait { /**/ } |
getnormalizerforgroups : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerforgroups : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait GroupsTestTrait { /**/ } |
getnormalizerforgroups : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforgroups : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait GroupsTestTrait { /**/ } |
getdenormalizerforgroups : [\symfony\component\serializer\normalizer\getsetmethodnormalizer] |
| class GetSetMethodNormalizerTest extends TestCase { /**/ } |
getdenormalizerforgroups : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait GroupsTestTrait { /**/ } |
getdenormalizerforgroups : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getdenormalizerforgroups : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait GroupsTestTrait { /**/ } |
getdenormalizerforgroups : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getdenormalizerforgroups : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| trait MaxDepthTestTrait { /**/ } |
getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\propertynormalizer] |
| class PropertyNormalizerTest extends TestCase { /**/ } |
getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait MaxDepthTestTrait { /**/ } |
getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait AttributesTestTrait { /**/ } |
getnormalizerforattributes : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getnormalizerforattributes : [\symfony\component\serializer\normalizer\normalizerinterface] |
|
| trait AttributesTestTrait { /**/ } |
getdenormalizerforattributes : [\symfony\component\serializer\normalizer\objectnormalizer] |
| class ObjectNormalizerTest extends TestCase { /**/ } |
getdenormalizerforattributes : [\symfony\component\serializer\normalizer\denormalizerinterface] |
|
| abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } |
getallowedattributes : [\array] |
| class ( ) extends AbstractObjectNormalizer { /**/ } |
getallowedattributes : [\array, \bool] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\datetimeinterface] |
| final class DateTimeNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
denormalize : [\mixed] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\array] |
| class ArrayDenormalizer implements DenormalizerInterface, DenormalizerAwareInterface { /**/ } |
denormalize : [\mixed] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\symfony\component\errorhandler\exception\flattenexception] |
| final class FlattenExceptionNormalizer implements DenormalizerInterface, NormalizerInterface { /**/ } |
denormalize : [\mixed] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\datetimezone] |
| final class DateTimeZoneNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
denormalize : [\mixed] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\splfileinfo] |
| final class DataUriNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
denormalize : [\mixed] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\dateinterval] |
| final class DateIntervalNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
denormalize : [\mixed] |
|
| interface DenormalizerInterface { /**/ } |
denormalize : [\array] |
| final class FooInterfaceDummyDenormalizer implements DenormalizerInterface { /**/ } |
denormalize : [\mixed] |
|
| interface NormalizableInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool] |
| class ScalarDummy implements NormalizableInterface, DenormalizableInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizableInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool] |
| class Dummy implements NormalizableInterface, DenormalizableInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizableInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool] |
| class NormalizableTraversableDummy extends TraversableDummy implements NormalizableInterface, DenormalizableInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\string] |
| final class TranslatableNormalizer implements NormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\string] |
| final class DateTimeZoneNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\string] |
| final class DateIntervalNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\string] |
| final class DataUriNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\string] |
| final class DateTimeNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\array] |
| class ProblemNormalizer implements NormalizerInterface, SerializerAwareInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\int, \string] |
| final class BackedEnumNormalizer implements NormalizerInterface, DenormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\array] |
| final class FormErrorNormalizer implements NormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\array] |
| final class ConstraintViolationListNormalizer implements NormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\array] |
| class EnvelopedMessageNormalizer implements NormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\array] |
| final class FlattenExceptionNormalizer implements DenormalizerInterface, NormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| interface NormalizerInterface { /**/ } |
normalize : [\array] |
| class EnvelopeNormalizer implements NormalizerInterface { /**/ } |
normalize : [\array, \string, \int, \float, \bool, \arrayobject, \null] |
|
| abstract class Constraint { /**/ } |
getdefaultoption : [\string] |
| class CssColor extends Constraint { /**/ } |
getdefaultoption : [\null, \string] |
|
| abstract class Constraint { /**/ } |
gettargets : [\string] |
| class ConstraintWithoutValueWithNamedArguments extends Constraint { /**/ } |
gettargets : [\string, \array] |
|
| abstract class Constraint { /**/ } |
gettargets : [\string] |
| class ConstraintWithNamedArguments extends Constraint { /**/ } |
gettargets : [\string, \array] |
|
| interface ConstraintValidatorInterface { /**/ } |
initialize : [\void] |
| abstract class ConstraintValidator implements ConstraintValidatorInterface { /**/ } |
initialize : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class NoSuspiciousCharactersValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CompoundValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class ExpressionSyntaxValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CurrencyValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CallbackValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class JsonValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class LocaleValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class NotCompromisedPasswordValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class UniqueValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class AllValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class RangeValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class AtLeastOneOfValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class BlankValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class UlidValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CountValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IssnValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class UrlValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class ValidValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CountryValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class EmailValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IbanValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class LanguageValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class DateTimeValidator extends DateValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class UserPasswordValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class FormValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class UniqueEntityValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class LuhnValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IsTrueValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IsNullValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CollectionValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class TypeValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class NotNullValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class ChoiceValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class SequentiallyValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IsFalseValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class ImageValidator extends FileValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class UuidValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class FileValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IsinValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CssColorValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class TestCustomValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class RegexValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class NotBlankValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class DummyConstraintValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class FailingConstraintValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IpValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CidrValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| final class PasswordStrengthValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| final class TestConstraintHashesDoNotCollideValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class ExpressionValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class BicValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| final class TestFormatValueConstraintValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| final class WhenValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| abstract class AbstractComparisonValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class DateValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class LengthValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class TimezoneValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class HostnameValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class TimeValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class IsbnValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| interface ConstraintValidatorInterface { /**/ } |
validate : [\void] |
| class CardSchemeValidator extends ConstraintValidator { /**/ } |
validate : [] |
|
| abstract class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface { /**/ } |
newreflectionmember : [\reflectionmethod] |
| class TestMemberMetadata extends MemberMetadata { /**/ } |
newreflectionmember : [\reflectionmethod, \reflectionproperty] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\security\core\validator\constraints\userpasswordvalidator] |
| abstract class UserPasswordValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\bridge\doctrine\validator\constraints\uniqueentityvalidator] |
| class UniqueEntityValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\form\extension\validator\constraints\formvalidator] |
| class FormValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\collectionvalidator] |
| abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\choicevalidator] |
| class ChoiceValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\isnullvalidator] |
| class IsNullValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\greaterthanorequalvalidator] |
| class GreaterThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\istruevalidator] |
| class IsTrueValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\emailvalidator] |
| class EmailValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\filevalidator] |
| abstract class FileValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\blankvalidator] |
| class BlankValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\regexvalidator] |
| class RegexValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\nosuspiciouscharactersvalidator] |
| class NoSuspiciousCharactersValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\notidenticaltovalidator] |
| class NotIdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\notnullvalidator] |
| class NotNullValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\uniquevalidator] |
| class UniqueValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\lengthvalidator] |
| class LengthValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\csscolorvalidator] |
| final class CssColorValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\ibanvalidator] |
| class IbanValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\typevalidator] |
| class TypeValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\notblankvalidator] |
| class NotBlankValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\atleastoneofvalidator] |
| class AtLeastOneOfValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\equaltovalidator] |
| class EqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\isbnvalidator] |
| class IsbnValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\callbackvalidator] |
| class CallbackValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\cardschemevalidator] |
| class CardSchemeValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\rangevalidator] |
| class RangeValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\countvalidator] |
| abstract class CountValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\issnvalidator] |
| class IssnValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\divisiblebyvalidator] |
| class DivisibleByValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\ipvalidator] |
| class IpValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\sequentiallyvalidator] |
| class SequentiallyValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\identicaltovalidator] |
| class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\hostnamevalidator] |
| class HostnameValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\expressionsyntaxvalidator] |
| class ExpressionSyntaxValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\timezonevalidator] |
| class TimezoneValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\languagevalidator] |
| class LanguageValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\expressionvalidator] |
| class ExpressionValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\currencyvalidator] |
| class CurrencyValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\isinvalidator] |
| class IsinValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\lessthanorequalvalidator] |
| class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\countryvalidator] |
| class CountryValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\luhnvalidator] |
| class LuhnValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\isfalsevalidator] |
| class IsFalseValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\timevalidator] |
| class TimeValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\imagevalidator] |
| class ImageValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\passwordstrengthvalidator] |
| class PasswordStrengthValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\greaterthanvalidator] |
| class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\whenvalidator] |
| final class WhenValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\allvalidator] |
| class AllValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\jsonvalidator] |
| class JsonValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\bicvalidator] |
| class BicValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\ulidvalidator] |
| class UlidValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\localevalidator] |
| class LocaleValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\urlvalidator] |
| class UrlValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\uuidvalidator] |
| class UuidValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\datevalidator] |
| class DateValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\cidrvalidator] |
| class CidrValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\tests\test\testcustomvalidator] |
| class ConstraintValidatorTestCaseTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\datetimevalidator] |
| class DateTimeValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\lessthanvalidator] |
| class LessThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\notequaltovalidator] |
| class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class ConstraintValidatorTestCase extends TestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraints\compoundvalidator] |
| class CompoundValidatorTest extends ConstraintValidatorTestCase { /**/ } |
createvalidator : [\symfony\component\validator\constraintvalidatorinterface] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class NotIdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class LessThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class EqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class GreaterThanValidatorWithPositiveConstraintTest extends GreaterThanValidatorTest { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest extends GreaterThanOrEqualValidatorTest { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class GreaterThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [\array] |
| class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } |
providecomparisonstonullvalueatpropertypath : [] |
|
| interface LimiterStateInterface { /**/ } |
getexpirationtime : [\int] |
| final class SlidingWindow implements LimiterStateInterface { /**/ } |
getexpirationtime : [\null, \int] |
|
| interface LimiterStateInterface { /**/ } |
getexpirationtime : [\int] |
| final class TokenBucket implements LimiterStateInterface { /**/ } |
getexpirationtime : [\null, \int] |
|
| trait RedisTrait { /**/ } |
dosave : [\array] |
| class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } |
dosave : [\array, \bool] |
|
| trait FilesystemTrait { /**/ } |
dosave : [\array] |
| class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface { /**/ } |
dosave : [\array, \bool] |
|
| trait AbstractAdapterTrait { /**/ } |
dofetch : [\array] |
| class CouchbaseCollectionAdapter extends AbstractAdapter { /**/ } |
dofetch : [\iterable] |
|
| trait AbstractAdapterTrait { /**/ } |
dosave : [\array] |
| class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface { /**/ } |
dosave : [\array, \bool] |
|
| trait AbstractAdapterTrait { /**/ } |
dosave : [\array] |
| abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
dosave : [\array, \bool] |
|
| trait AbstractAdapterTrait { /**/ } |
dosave : [\array] |
| class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } |
dosave : [\array, \bool] |
|
| abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
createconnection : [\couchbase\bucket, \couchbase\collection] |
| class CouchbaseCollectionAdapter extends AbstractAdapter { /**/ } |
createconnection : [\mixed] |
|
| abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
createconnection : [\couchbasebucket] |
| class CouchbaseBucketAdapter extends AbstractAdapter { /**/ } |
createconnection : [\mixed] |
|
| abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } |
createconnection : [\memcached] |
| class MemcachedAdapter extends AbstractAdapter { /**/ } |
createconnection : [\mixed] |
|
| interface MarshallerInterface { /**/ } |
unmarshall : [\string] |
| class IdentityMarshaller implements MarshallerInterface { /**/ } |
unmarshall : [\mixed] |
|
| interface ProviderFactoryInterface { /**/ } |
create : [\symfony\component\translation\bridge\loco\locoprovider] |
| final class LocoProviderFactory extends AbstractProviderFactory { /**/ } |
create : [\symfony\component\translation\provider\providerinterface] |
|
| interface ProviderFactoryInterface { /**/ } |
create : [\symfony\component\translation\bridge\crowdin\crowdinprovider] |
| final class CrowdinProviderFactory extends AbstractProviderFactory { /**/ } |
create : [\symfony\component\translation\provider\providerinterface] |
|
| interface ProviderFactoryInterface { /**/ } |
create : [\symfony\component\translation\bridge\lokalise\lokaliseprovider] |
| final class LokaliseProviderFactory extends AbstractProviderFactory { /**/ } |
create : [\symfony\component\translation\provider\providerinterface] |
|
| abstract class AbstractFileExtractor { /**/ } |
extractfromdirectory : [\iterable, \symfony\component\finder\finder] |
| final class PhpAstExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } |
extractfromdirectory : [\iterable] |
|
| interface ExtractorInterface { /**/ } |
extract : [\void] |
| class TwigExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } |
extract : [] |
|
| interface ExtractorInterface { /**/ } |
extract : [\void] |
| class ChainExtractor implements ExtractorInterface { /**/ } |
extract : [] |
|
| interface ExtractorInterface { /**/ } |
extract : [\void] |
| final class PhpAstExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } |
extract : [] |
|
| interface ExtractorInterface { /**/ } |
setprefix : [\void] |
| class TwigExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } |
setprefix : [] |
|
| interface ExtractorInterface { /**/ } |
setprefix : [\void] |
| class ChainExtractor implements ExtractorInterface { /**/ } |
setprefix : [] |
|
| interface ExtractorInterface { /**/ } |
setprefix : [\void] |
| final class PhpAstExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } |
setprefix : [] |
|
| interface TransportInterface extends \Stringable { /**/ } |
send : [\symfony\component\notifier\message\sentmessage] |
| class RoundRobinTransport implements TransportInterface { /**/ } |
send : [\null, \symfony\component\notifier\message\sentmessage] |
|
| interface TransportInterface extends \Stringable { /**/ } |
send : [\symfony\component\notifier\message\sentmessage] |
| abstract class AbstractTransport implements TransportInterface { /**/ } |
send : [\null, \symfony\component\notifier\message\sentmessage] |
|
| interface TransportInterface extends \Stringable { /**/ } |
send : [\symfony\component\notifier\message\sentmessage] |
| class NullTransport implements TransportInterface { /**/ } |
send : [\null, \symfony\component\notifier\message\sentmessage] |
|
| interface TransportInterface extends \Stringable { /**/ } |
send : [\symfony\component\notifier\message\sentmessage] |
| final class Transports implements TransportInterface { /**/ } |
send : [\null, \symfony\component\notifier\message\sentmessage] |
|
| abstract class AbstractTransport implements TransportInterface { /**/ } |
dosend : [\symfony\component\notifier\bridge\slack\slacksentmessage] |
| final class SlackTransport extends AbstractTransport { /**/ } |
dosend : [\symfony\component\notifier\message\sentmessage] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\vonage\vonagetransport] |
| final class VonageTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\simpletextin\simpletextintransport] |
| final class SimpleTextinTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\fakechat\fakechatemailtransport, \symfony\component\notifier\bridge\fakechat\fakechatloggertransport] |
| final class FakeChatTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\lightsms\lightsmstransport] |
| final class LightSmsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\orangesms\orangesmstransport] |
| final class OrangeSmsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\expo\expotransport] |
| final class ExpoTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\novu\novutransport] |
| class NovuTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\plivo\plivotransport] |
| final class PlivoTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\spothit\spothittransport] |
| final class SpotHitTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\discord\discordtransport] |
| final class DiscordTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\clicksend\clicksendtransport] |
| final class ClickSendTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\freemobile\freemobiletransport] |
| final class FreeMobileTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\mercure\mercuretransport] |
| final class MercureTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\smsbiuras\smsbiurastransport] |
| final class SmsBiurasTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\chatwork\chatworktransport] |
| class ChatworkTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\bandwidth\bandwidthtransport] |
| final class BandwidthTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\infobip\infobiptransport] |
| final class InfobipTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\twitter\twittertransport] |
| final class TwitterTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\goip\goiptransport] |
| final class GoIpTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\fortysixelks\fortysixelkstransport] |
| final class FortySixElksTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\smsmode\smsmodetransport] |
| final class SmsmodeTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\octopush\octopushtransport] |
| final class OctopushTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\mastodon\mastodontransport] |
| final class MastodonTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\telnyx\telnyxtransport] |
| final class TelnyxTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\fakesms\fakesmsemailtransport, \symfony\component\notifier\bridge\fakesms\fakesmsloggertransport] |
| final class FakeSmsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\zulip\zuliptransport] |
| final class ZulipTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\onesignal\onesignaltransport] |
| final class OneSignalTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\mailjet\mailjettransport] |
| final class MailjetTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\esendex\esendextransport] |
| final class EsendexTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\ovhcloud\ovhcloudtransport] |
| final class OvhCloudTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\allmysms\allmysmstransport] |
| final class AllMySmsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\gitter\gittertransport] |
| final class GitterTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\sms77\sms77transport] |
| final class Sms77TransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\smsc\smsctransport] |
| final class SmscTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\pagerduty\pagerdutytransport] |
| final class PagerDutyTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\engagespot\engagespottransport] |
| final class EngagespotTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\mattermost\mattermosttransport] |
| final class MattermostTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\linenotify\linenotifytransport] |
| final class LineNotifyTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\clickatell\clickatelltransport] |
| final class ClickatellTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\slack\slacktransport] |
| final class SlackTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\amazonsns\amazonsnstransport] |
| final class AmazonSnsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\gatewayapi\gatewayapitransport] |
| final class GatewayApiTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\yunpian\yunpiantransport] |
| class YunpianTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\googlechat\googlechattransport] |
| final class GoogleChatTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\telegram\telegramtransport] |
| final class TelegramTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\sinch\sinchtransport] |
| final class SinchTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\iqsms\iqsmstransport] |
| final class IqsmsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\zendesk\zendesktransport] |
| final class ZendeskTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\mobyt\mobyttransport] |
| final class MobytTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\isendpro\isendprotransport] |
| final class IsendproTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\firebase\firebasetransport] |
| final class FirebaseTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\microsoftteams\microsoftteamstransport] |
| final class MicrosoftTeamsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\twilio\twiliotransport] |
| final class TwilioTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\messagemedia\messagemediatransport] |
| final class MessageMediaTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\linkedin\linkedintransport] |
| final class LinkedInTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\contacteveryone\contacteveryonetransport] |
| final class ContactEveryoneTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\brevo\brevotransport] |
| final class BrevoTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\rocketchat\rocketchattransport] |
| final class RocketChatTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\termii\termiitransport] |
| final class TermiiTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\ringcentral\ringcentraltransport] |
| final class RingCentralTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\smsfactor\smsfactortransport] |
| final class SmsFactorTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\transport\nulltransport] |
| final class NullTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\sendberry\sendberrytransport] |
| final class SendberryTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\messagebird\messagebirdtransport] |
| final class MessageBirdTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\turbosms\turbosmstransport] |
| final class TurboSmsTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| interface TransportFactoryInterface { /**/ } |
create : [\symfony\component\notifier\bridge\smsapi\smsapitransport] |
| final class SmsapiTransportFactory extends AbstractTransportFactory { /**/ } |
create : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\termii\termiitransportfactory] |
| final class TermiiTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\messagemedia\messagemediatransportfactory] |
| final class MessageMediaTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\linkedin\linkedintransportfactory] |
| final class LinkedInTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\twilio\twiliotransportfactory] |
| final class TwilioTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\microsoftteams\microsoftteamstransportfactory] |
| final class MicrosoftTeamsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\mobyt\mobyttransportfactory] |
| final class MobytTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\linenotify\linenotifytransportfactory] |
| final class LineNotifyTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\smsc\smsctransportfactory] |
| final class SmscTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\gitter\gittertransportfactory] |
| final class GitterTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\sms77\sms77transportfactory] |
| final class Sms77TransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\contacteveryone\contacteveryonetransportfactory] |
| final class ContactEveryoneTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\brevo\brevotransportfactory] |
| final class BrevoTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\smsfactor\smsfactortransportfactory] |
| final class SmsFactorTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\ringcentral\ringcentraltransportfactory] |
| final class RingCentralTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\rocketchat\rocketchattransportfactory] |
| final class RocketChatTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\freemobile\freemobiletransportfactory] |
| final class FreeMobileTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\clicksend\clicksendtransportfactory] |
| final class ClickSendTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\smsbiuras\smsbiurastransportfactory] |
| final class SmsBiurasTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\mercure\mercuretransportfactory] |
| final class MercureTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\bandwidth\bandwidthtransportfactory] |
| final class BandwidthTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\twitter\twittertransportfactory] |
| class TwitterTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\infobip\infobiptransportfactory] |
| final class InfobipTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\mastodon\mastodontransportfactory] |
| class MastodonTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\octopush\octopushtransportfactory] |
| final class OctopushTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\smsapi\smsapitransportfactory] |
| final class SmsapiTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\redlink\redlinktransportfactory] |
| final class RedlinkTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\telnyx\telnyxtransportfactory] |
| final class TelnyxTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\kazinfoteh\kazinfotehtransportfactory] |
| final class KazInfoTehTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\discord\discordtransportfactory] |
| final class DiscordTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\turbosms\turbosmstransportfactory] |
| final class TurboSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\messagebird\messagebirdtransportfactory] |
| final class MessageBirdTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\orangesms\orangesmstransportfactory] |
| final class OrangeSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\lightsms\lightsmstransportfactory] |
| final class LightSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\expo\expotransportfactory] |
| final class ExpoTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\onesignal\onesignaltransportfactory] |
| final class OneSignalTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\zulip\zuliptransportfactory] |
| final class ZulipTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\pushover\pushovertransportfactory] |
| final class PushoverTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\simpletextin\simpletextintransportfactory] |
| final class SimpleTextinTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\vonage\vonagetransportfactory] |
| final class VonageTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\esendex\esendextransportfactory] |
| final class EsendexTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\mailjet\mailjettransportfactory] |
| final class MailjetTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\ovhcloud\ovhcloudtransportfactory] |
| final class OvhCloudTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\smsmode\smsmodetransportfactory] |
| final class SmsmodeTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\pagerduty\pagerdutytransportfactory] |
| final class PagerDutyTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\fakesms\fakesmstransportfactory] |
| final class FakeSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\allmysms\allmysmstransportfactory] |
| final class AllMySmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\slack\slacktransportfactory] |
| final class SlackTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\yunpian\yunpiantransportfactory] |
| final class YunpianTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\iqsms\iqsmstransportfactory] |
| final class IqsmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\googlechat\googlechattransportfactory] |
| final class GoogleChatTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\sinch\sinchtransportfactory] |
| final class SinchTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\clickatell\clickatelltransportfactory] |
| class ClickatellTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\engagespot\engagespottransportfactory] |
| final class EngagespotTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\gatewayapi\gatewayapitransportfactory] |
| final class GatewayApiTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\mattermost\mattermosttransportfactory] |
| final class MattermostTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\firebase\firebasetransportfactory] |
| final class FirebaseTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\plivo\plivotransportfactory] |
| final class PlivoTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\spothit\spothittransportfactory] |
| final class SpotHitTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\fakechat\fakechattransportfactory] |
| final class FakeChatTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\amazonsns\amazonsnstransportfactory] |
| class AmazonSnsTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\isendpro\isendprotransportfactory] |
| final class IsendproTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\telegram\telegramtransportfactory] |
| final class TelegramTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\zendesk\zendesktransportfactory] |
| final class ZendeskTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\sendberry\sendberrytransportfactory] |
| final class SendberryTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\fortysixelks\fortysixelkstransportfactory] |
| class FortySixElksTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportFactoryTestCase extends TestCase { /**/ } |
createfactory : [\symfony\component\notifier\bridge\goip\goiptransportfactory] |
| final class GoIpTransportFactoryTest extends TransportFactoryTestCase { /**/ } |
createfactory : [\symfony\component\notifier\transport\transportfactoryinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\termii\termiitransport] |
| final class TermiiTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\messagemedia\messagemediatransport] |
| final class MessageMediaTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\linkedin\linkedintransport] |
| final class LinkedInTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\twilio\twiliotransport] |
| final class TwilioTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\microsoftteams\microsoftteamstransport] |
| final class MicrosoftTeamsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\mobyt\mobyttransport] |
| final class MobytTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\linenotify\linenotifytransport] |
| final class LineNotifyTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\smsc\smsctransport] |
| final class SmscTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\gitter\gittertransport] |
| final class GitterTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\sms77\sms77transport] |
| final class Sms77TransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\contacteveryone\contacteveryonetransport] |
| final class ContactEveryoneTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\brevo\brevotransport] |
| final class BrevoTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\smsfactor\smsfactortransport] |
| final class SmsFactorTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\ringcentral\ringcentraltransport] |
| final class RingCentralTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\rocketchat\rocketchattransport] |
| final class RocketChatTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\freemobile\freemobiletransport] |
| final class FreeMobileTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\clicksend\clicksendtransport] |
| final class ClickSendTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\smsbiuras\smsbiurastransport] |
| final class SmsBiurasTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\mercure\mercuretransport] |
| final class MercureTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\bandwidth\bandwidthtransport] |
| final class BandwidthTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\twitter\twittertransport] |
| class TwitterTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\goip\goiptransport] |
| final class GoIpTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\infobip\infobiptransport] |
| final class InfobipTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\mastodon\mastodontransport] |
| class MastodonTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\octopush\octopushtransport] |
| final class OctopushTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\smsapi\smsapitransport] |
| final class SmsapiTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\redlink\redlinktransport] |
| final class RedlinkTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\messagebird\messagebirdtransport] |
| final class MessageBirdTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\telnyx\telnyxtransport] |
| final class TelnyxTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\discord\discordtransport] |
| final class DiscordTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\turbosms\turbosmstransport] |
| final class TurboSmsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\sendberry\sendberrytransport] |
| final class SendberryTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\fortysixelks\fortysixelkstransport] |
| class FortySixElksTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\zendesk\zendesktransport] |
| final class ZendeskTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\telegram\telegramtransport] |
| final class TelegramTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\isendpro\isendprotransport] |
| final class IsendproTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\lightsms\lightsmstransport] |
| final class LightSmsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\orangesms\orangesmstransport] |
| final class OrangeSmsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\onesignal\onesignaltransport] |
| final class OneSignalTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\zulip\zuliptransport] |
| final class ZulipTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\simpletextin\simpletextintransport] |
| final class SimpleTextinTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\vonage\vonagetransport] |
| final class VonageTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\pushover\pushovertransport] |
| final class PushoverTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\expo\expotransport] |
| final class ExpoTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\esendex\esendextransport] |
| final class EsendexTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\mailjet\mailjettransport] |
| final class MailjetTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\smsmode\smsmodetransport] |
| final class SmsmodeTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\pagerduty\pagerdutytransport] |
| final class PagerDutyTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\allmysms\allmysmstransport] |
| final class AllMySmsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\fakesms\fakesmsloggertransport] |
| final class FakeSmsLoggerTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\fakesms\fakesmsemailtransport] |
| final class FakeSmsEmailTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\ovhcloud\ovhcloudtransport] |
| final class OvhCloudTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\ntfy\ntfytransport] |
| final class NtfyTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\yunpian\yunpiantransport] |
| final class YunpianTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\iqsms\iqsmstransport] |
| final class IqsmsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\googlechat\googlechattransport] |
| final class GoogleChatTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\sinch\sinchtransport] |
| final class SinchTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\clickatell\clickatelltransport] |
| final class ClickatellTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\engagespot\engagespottransport] |
| final class EngagespotTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\gatewayapi\gatewayapitransport] |
| final class GatewayApiTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\mattermost\mattermosttransport] |
| final class MattermostTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\slack\slacktransport] |
| final class SlackTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\spothit\spothittransport] |
| final class SpotHitTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\firebase\firebasetransport] |
| final class FirebaseTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\plivo\plivotransport] |
| final class PlivoTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\fakechat\fakechatloggertransport] |
| final class FakeChatLoggerTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\fakechat\fakechatemailtransport] |
| final class FakeChatEmailTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class TransportTestCase extends TestCase { /**/ } |
createtransport : [\symfony\component\notifier\bridge\amazonsns\amazonsnstransport] |
| class AmazonSnsTransportTest extends TransportTestCase { /**/ } |
createtransport : [\symfony\component\notifier\transport\transportinterface] |
|
| abstract class AbstractInputTestCase extends TestCase { /**/ } |
createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\multichoiceinput] |
| final class MultiChoiceInputTest extends AbstractInputTestCase { /**/ } |
createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\abstractinput] |
|
| abstract class AbstractInputTestCase extends TestCase { /**/ } |
createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\dateinput] |
| final class DateInputTest extends AbstractInputTestCase { /**/ } |
createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\abstractinput] |
|
| abstract class AbstractInputTestCase extends TestCase { /**/ } |
createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\textinput] |
| final class TextInputTest extends AbstractInputTestCase { /**/ } |
createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\abstractinput] |
|
| interface MessageOptionsInterface { /**/ } |
getrecipientid : [\string] |
| final class DiscordOptions implements MessageOptionsInterface { /**/ } |
getrecipientid : [\null, \string] |
|
| interface MessageInterface { /**/ } |
getrecipientid : [\string] |
| class SmsMessage implements MessageInterface, FromNotificationInterface { /**/ } |
getrecipientid : [\null, \string] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| class ClosureLoader extends Loader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\null, \symfony\component\routing\routecollection] |
| class AttributeFileLoader extends FileLoader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\null, \symfony\component\routing\routecollection] |
| class AttributeDirectoryLoader extends AttributeFileLoader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| class PhpFileLoader extends FileLoader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| class YamlFileLoader extends FileLoader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\null, \symfony\component\routing\routecollection] |
| final class Psr4DirectoryLoader extends Loader implements DirectoryAwareLoaderInterface { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| abstract class ObjectLoader extends Loader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| class XmlFileLoader extends FileLoader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| final class TraceableAttributeClassLoader extends AttributeClassLoader { /**/ } |
load : [\mixed] |
|
| interface LoaderInterface { /**/ } |
load : [\symfony\component\routing\routecollection] |
| class DelegatingLoader extends BaseDelegatingLoader { /**/ } |
load : [\mixed] |
|
| class DelegatingLoader extends Loader { /**/ } |
load : [\symfony\component\routing\routecollection] |
| class DelegatingLoader extends BaseDelegatingLoader { /**/ } |
load : [\mixed] |
|
| class ArrayNode extends BaseNode implements PrototypeNodeInterface { /**/ } |
addchild : [\never] |
| class PrototypedArrayNode extends ArrayNode { /**/ } |
addchild : [\void] |
|
| class VariableNodeDefinition extends NodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\enumnode] |
| class EnumNodeDefinition extends ScalarNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\variablenode] |
|
| class VariableNodeDefinition extends NodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\booleannode] |
| class BooleanNodeDefinition extends ScalarNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\variablenode] |
|
| class VariableNodeDefinition extends NodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\integernode] |
| class IntegerNodeDefinition extends NumericNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\variablenode] |
|
| class VariableNodeDefinition extends NodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\floatnode] |
| class FloatNodeDefinition extends NumericNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\variablenode] |
|
| class VariableNodeDefinition extends NodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\scalarnode] |
| class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\variablenode] |
|
| class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\enumnode] |
| class EnumNodeDefinition extends ScalarNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\scalarnode] |
|
| class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\integernode] |
| class IntegerNodeDefinition extends NumericNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\scalarnode] |
|
| class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\floatnode] |
| class FloatNodeDefinition extends NumericNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\scalarnode] |
|
| class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\booleannode] |
| class BooleanNodeDefinition extends ScalarNodeDefinition { /**/ } |
instantiatenode : [\symfony\component\config\definition\scalarnode] |
|
| interface UserProviderInterface { /**/ } |
refreshuser : [\symfony\component\security\http\tests\loginlink\testloginlinkhandleruser] |
| class TestLoginLinkHandlerUserProvider implements UserProviderInterface { /**/ } |
refreshuser : [\symfony\component\security\core\user\userinterface] |
|
| interface UserProviderInterface { /**/ } |
loaduserbyidentifier : [\symfony\component\security\http\tests\loginlink\testloginlinkhandleruser] |
| class TestLoginLinkHandlerUserProvider implements UserProviderInterface { /**/ } |
loaduserbyidentifier : [\symfony\component\security\core\user\userinterface] |
|
| interface VoterInterface { /**/ } |
vote : [] |
| class ($vote) implements VoterInterface { /**/ } |
vote : [\int] |
|
| interface TokenInterface extends \Stringable { /**/ } |
getuser : [\symfony\component\security\core\user\userinterface] |
| class CustomToken implements TokenInterface { /**/ } |
getuser : [\null, \symfony\component\security\core\user\userinterface] |
|
| interface TokenInterface extends \Stringable { /**/ } |
getuser : [\symfony\component\security\core\user\userinterface] |
| class FakeCustomToken implements TokenInterface { /**/ } |
getuser : [\null, \symfony\component\security\core\user\userinterface] |
|
| interface TokenInterface extends \Stringable { /**/ } |
setuser : [\never] |
| class NullToken implements TokenInterface { /**/ } |
setuser : [\void] |
|
| interface TokenInterface extends \Stringable { /**/ } |
setattributes : [\never] |
| class NullToken implements TokenInterface { /**/ } |
setattributes : [\void] |
|
| interface TokenInterface extends \Stringable { /**/ } |
setattribute : [\never] |
| class NullToken implements TokenInterface { /**/ } |
setattribute : [\void] |
|
| interface TokenProviderInterface { /**/ } |
loadtokenbyseries : [\symfony\component\security\core\authentication\rememberme\persistenttokeninterface] |
| class StaticTokenProvider implements TokenProviderInterface { /**/ } |
loadtokenbyseries : [] |
|
| interface TokenProviderInterface { /**/ } |
loadtokenbyseries : [\symfony\component\security\core\authentication\rememberme\persistenttokeninterface] |
| final class InMemoryTokenProvider implements TokenProviderInterface { /**/ } |
loadtokenbyseries : [] |
|
| interface TokenProviderInterface { /**/ } |
loadtokenbyseries : [\symfony\component\security\core\authentication\rememberme\persistenttokeninterface] |
| final class DoctrineTokenProvider implements TokenProviderInterface, TokenVerifierInterface { /**/ } |
loadtokenbyseries : [] |
|
| interface TokenProviderInterface { /**/ } |
deletetokenbyseries : [\void] |
| final class InMemoryTokenProvider implements TokenProviderInterface { /**/ } |
deletetokenbyseries : [] |
|
| interface TokenProviderInterface { /**/ } |
deletetokenbyseries : [\void] |
| class StaticTokenProvider implements TokenProviderInterface { /**/ } |
deletetokenbyseries : [] |
|
| interface TokenProviderInterface { /**/ } |
deletetokenbyseries : [\void] |
| final class DoctrineTokenProvider implements TokenProviderInterface, TokenVerifierInterface { /**/ } |
deletetokenbyseries : [] |
|
| interface TokenProviderInterface { /**/ } |
updatetoken : [\void] |
| class StaticTokenProvider implements TokenProviderInterface { /**/ } |
updatetoken : [] |
|
| interface TokenProviderInterface { /**/ } |
updatetoken : [\void] |
| final class DoctrineTokenProvider implements TokenProviderInterface, TokenVerifierInterface { /**/ } |
updatetoken : [] |
|
| interface TokenProviderInterface { /**/ } |
updatetoken : [\void] |
| final class InMemoryTokenProvider implements TokenProviderInterface { /**/ } |
updatetoken : [] |
|
| interface TokenProviderInterface { /**/ } |
createnewtoken : [\void] |
| final class DoctrineTokenProvider implements TokenProviderInterface, TokenVerifierInterface { /**/ } |
createnewtoken : [] |
|
| interface TokenProviderInterface { /**/ } |
createnewtoken : [\void] |
| final class InMemoryTokenProvider implements TokenProviderInterface { /**/ } |
createnewtoken : [] |
|
| interface TokenProviderInterface { /**/ } |
createnewtoken : [\void] |
| class StaticTokenProvider implements TokenProviderInterface { /**/ } |
createnewtoken : [] |
|
| class Firewall implements EventSubscriberInterface { /**/ } |
onkernelfinishrequest : [\void] |
| class FirewallListener extends Firewall { /**/ } |
onkernelfinishrequest : [] |
|
| class Firewall implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class FirewallListener extends Firewall { /**/ } |
getsubscribedevents : [] |
|
| class Firewall implements EventSubscriberInterface { /**/ } |
calllisteners : [\void] |
| final class TraceableFirewallListener extends FirewallListener implements ResetInterface { /**/ } |
calllisteners : [] |
|
| interface AuthenticatorInterface { /**/ } |
supports : [\bool] |
| abstract class AbstractLoginFormAuthenticator extends AbstractAuthenticator implements AuthenticationEntryPointInterface, InteractiveAuthenticatorInterface { /**/ } |
supports : [\null, \bool] |
|
| interface AuthenticatorInterface { /**/ } |
supports : [\bool] |
| class FormLoginAuthenticator extends AbstractLoginFormAuthenticator { /**/ } |
supports : [\null, \bool] |
|
| interface AuthenticatorInterface { /**/ } |
onauthenticationfailure : [\symfony\component\httpfoundation\response] |
| final class LoginLinkAuthenticator extends AbstractAuthenticator implements InteractiveAuthenticatorInterface { /**/ } |
onauthenticationfailure : [\null, \symfony\component\httpfoundation\response] |
|
| interface AuthenticatorInterface { /**/ } |
onauthenticationfailure : [\symfony\component\httpfoundation\response] |
| abstract class AbstractLoginFormAuthenticator extends AbstractAuthenticator implements AuthenticationEntryPointInterface, InteractiveAuthenticatorInterface { /**/ } |
onauthenticationfailure : [\null, \symfony\component\httpfoundation\response] |
|
| interface AuthenticatorInterface { /**/ } |
onauthenticationfailure : [\symfony\component\httpfoundation\response] |
| class FormLoginAuthenticator extends AbstractLoginFormAuthenticator { /**/ } |
onauthenticationfailure : [\null, \symfony\component\httpfoundation\response] |
|
| interface AuthenticatorInterface { /**/ } |
onauthenticationfailure : [\symfony\component\httpfoundation\response] |
| class AccessTokenAuthenticator implements AuthenticatorInterface { /**/ } |
onauthenticationfailure : [\null, \symfony\component\httpfoundation\response] |
|
| abstract class AbstractPreAuthenticatedAuthenticator implements InteractiveAuthenticatorInterface { /**/ } |
extractusername : [\string] |
| class X509Authenticator extends AbstractPreAuthenticatedAuthenticator { /**/ } |
extractusername : [\null, \string] |
|
| class ExpressionLanguage { /**/ } |
registerfunctions : [\void] |
| class ExpressionLanguage extends BaseExpressionLanguage { /**/ } |
registerfunctions : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class BinaryNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class ConditionalNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class UnaryNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class NameNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class ConstantNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class ArrayNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class FunctionNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getevaluatedata : [\array] |
| class GetAttrNodeTest extends AbstractNodeTestCase { /**/ } |
getevaluatedata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class ConditionalNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class ArgumentsNodeTest extends ArrayNodeTest { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class BinaryNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class UnaryNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class ArrayNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class NameNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class ConstantNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class FunctionNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getcompiledata : [\array] |
| class GetAttrNodeTest extends AbstractNodeTestCase { /**/ } |
getcompiledata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class ConditionalNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class BinaryNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class NameNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class UnaryNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\generator] |
| class ArrayNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class ConstantNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class GetAttrNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\array] |
| class FunctionNodeTest extends AbstractNodeTestCase { /**/ } |
getdumpdata : [] |
|
| abstract class AbstractNodeTestCase extends TestCase { /**/ } |
getdumpdata : [\generator] |
| class ArgumentsNodeTest extends ArrayNodeTest { /**/ } |
getdumpdata : [] |
|
| class Node { /**/ } |
evaluate : [\array] |
| class ArrayNode extends Node { /**/ } |
evaluate : [\mixed] |
|
| interface EventDispatcherInterface extends ContractsEventDispatcherInterface { /**/ } |
addlistener : [\never] |
| class ImmutableEventDispatcher implements EventDispatcherInterface { /**/ } |
addlistener : [\void] |
|
| interface EventDispatcherInterface extends ContractsEventDispatcherInterface { /**/ } |
addsubscriber : [\never] |
| class ImmutableEventDispatcher implements EventDispatcherInterface { /**/ } |
addsubscriber : [\void] |
|
| interface EventDispatcherInterface extends ContractsEventDispatcherInterface { /**/ } |
removelistener : [\never] |
| class ImmutableEventDispatcher implements EventDispatcherInterface { /**/ } |
removelistener : [\void] |
|
| interface EventDispatcherInterface extends ContractsEventDispatcherInterface { /**/ } |
removesubscriber : [\never] |
| class ImmutableEventDispatcher implements EventDispatcherInterface { /**/ } |
removesubscriber : [\void] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DebugHandlersListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class LocaleAwareListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DumpListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ErrorListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ProfilerListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SurrogateListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class LocaleListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class RouterListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CacheAttributeListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ResponseListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ValidateRequestListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class FragmentListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class AddRequestFormatsListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| abstract class AbstractSessionListener implements EventSubscriberInterface, ResetInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class WebProcessor extends BaseWebProcessor implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DisallowRobotsIndexingListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class ConsoleCommandProcessor implements EventSubscriberInterface, ResetInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class RouteProcessor implements EventSubscriberInterface, ResetInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TemplateAttributeListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class MergeDoctrineCollectionListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class RequestPayloadValueResolver implements ValueResolverInterface, EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DoctrineClearEntityManagerWorkerSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class PsrResponseListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class ConsoleHandler extends AbstractProcessingHandler implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CsrfTokenClearingLogoutListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SessionStrategyListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CheckCredentialsListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CookieClearingLogoutListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CheckRememberMeConditionsListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CsrfProtectionListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class IsGrantedAttributeListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class UserCheckerListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SessionLogoutListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ClearSiteDataLogoutListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ResponseListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class FirewallListener extends Firewall { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DefaultLogoutListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class PasswordMigratingListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class RememberMeListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class LoginThrottlingListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CsrfValidationListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ValidationListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class NotificationLoggerListener implements EventSubscriberInterface, ResetInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class FixedFilterListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TransformationFailureListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DataCollectorListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TestEventSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SendFailedMessageToNotifierListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class FixUrlProtocolListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TrimListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class MergeCollectionListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class IncompleteSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ExtractingEventDispatcher extends EventDispatcher implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class RequestTrackerSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class TestSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class MessageListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DispatchSchedulerEventListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class EventSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class AliasedSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class AssetMapperDevServerSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TerminatableWithEventCommand extends Command implements SignalableCommandInterface, EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class WebDebugToolbarListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class AuditTrailListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ErrorListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TestSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SignalEventSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class EventTraceSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SubscriberService implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class CheckLdapCredentialsListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TestEventSubscriberWithPriorities implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TestEventSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class ConsoleProfilerListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class SuggestMissingPackageSubscriber implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class VoteListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ConcreteMicroKernel extends Kernel implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ResetServicesListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class StopWorkerOnCustomStopExceptionListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class TestEventSubscriberWithMultipleListeners implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class AddErrorDetailsStampListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SendFailedMessageForRetryListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class StopWorkerOnFailureLimitListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class StopWorkerOnRestartSignalListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class DispatchPcntlSignalListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class MessageLoggerListener implements EventSubscriberInterface, ResetInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class EnvelopeListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class StopWorkerOnTimeLimitListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| final class MessengerTransportListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class StopWorkerOnMemoryLimitListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class AddLinkHeaderListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class SendFailedMessageToFailureTransportListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class StopWorkerOnMessageLimitListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| interface EventSubscriberInterface { /**/ } |
getsubscribedevents : [\array] |
| class ResizeFormListener implements EventSubscriberInterface { /**/ } |
getsubscribedevents : [] |
|
| abstract class AbstractStoreTestCase extends TestCase { /**/ } |
getstore : [\symfony\component\lock\store\zookeeperstore] |
| class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
|
| trait ExpiringStoreTestTrait { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getstore : [] |
|
| trait ExpiringStoreTestTrait { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
| class DoctrineDbalStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [] |
|
| trait ExpiringStoreTestTrait { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
| class CombinedStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [] |
|
| trait ExpiringStoreTestTrait { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
| class MongoDbStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [] |
|
| trait ExpiringStoreTestTrait { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
| class PdoStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [] |
|
| trait ExpiringStoreTestTrait { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
| class MemcachedStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\redis] |
| class RedisStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\redisarray] |
| class RedisArrayStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\predis\client] |
| class PredisStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\relay\relay] |
| class RelayStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\rediscluster] |
| class RedisClusterStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| trait UnserializableTestTrait { /**/ } |
getstore : [\symfony\component\lock\store\zookeeperstore] |
| class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } |
getstore : [\symfony\component\lock\persistingstoreinterface] |
|
| interface ScheduleProviderInterface { /**/ } |
getschedule : [\static] |
| final class Schedule implements ScheduleProviderInterface { /**/ } |
getschedule : [\symfony\component\scheduler\schedule] |
|
| interface MessageGeneratorInterface { /**/ } |
getmessages : [\generator] |
| final class MessageGenerator implements MessageGeneratorInterface { /**/ } |
getmessages : [\iterable] |
|
| trait LazyProxyTrait { /**/ } |
initializelazyobject : [\symfony\component\dependencyinjection\tests\compiler\ainterface, \symfony\component\dependencyinjection\tests\compiler\iinterface] |
| class objectProxy8ac8e9a implements \Symfony\Component\DependencyInjection\Tests\Compiler\AInterface, \Symfony\Component\DependencyInjection\Tests\Compiler\IInterface, \Symfony\Component\VarExporter\LazyObjectInterface { /**/ } |
initializelazyobject : [\parent] |
|
| interface LazyObjectInterface { /**/ } |
initializelazyobject : [\symfony\component\dependencyinjection\tests\compiler\ainterface, \symfony\component\dependencyinjection\tests\compiler\iinterface] |
| class objectProxy8ac8e9a implements \Symfony\Component\DependencyInjection\Tests\Compiler\AInterface, \Symfony\Component\DependencyInjection\Tests\Compiler\IInterface, \Symfony\Component\VarExporter\LazyObjectInterface { /**/ } |
initializelazyobject : [\object] |
|
| abstract class AbstractBrowser { /**/ } |
dorequestinprocess : [\symfony\component\httpfoundation\response] |
| class KernelBrowser extends HttpKernelBrowser { /**/ } |
dorequestinprocess : [] |
|
| abstract class AbstractBrowser { /**/ } |
dorequest : [\symfony\component\browserkit\response] |
| class HttpBrowser extends AbstractBrowser { /**/ } |
dorequest : [] |
|
| abstract class AbstractBrowser { /**/ } |
dorequest : [\symfony\component\browserkit\response] |
| class TestClient extends AbstractBrowser { /**/ } |
dorequest : [] |
|
| abstract class AbstractBrowser { /**/ } |
dorequest : [\symfony\component\browserkit\response] |
| class TestHttpClient extends HttpBrowser { /**/ } |
dorequest : [] |
|
| abstract class AbstractBrowser { /**/ } |
dorequest : [\symfony\component\httpfoundation\response] |
| class KernelBrowser extends HttpKernelBrowser { /**/ } |
dorequest : [] |
|
| abstract class AbstractBrowser { /**/ } |
dorequest : [\symfony\component\httpfoundation\response] |
| class HttpKernelBrowser extends AbstractBrowser { /**/ } |
dorequest : [] |
|
| abstract class AbstractBrowser { /**/ } |
getscript : [\string] |
| class TestClient extends AbstractBrowser { /**/ } |
getscript : [] |
|
| abstract class AbstractBrowser { /**/ } |
getscript : [\string] |
| class TestHttpClient extends HttpBrowser { /**/ } |
getscript : [] |
|
| abstract class AbstractBrowser { /**/ } |
getscript : [\string] |
| class KernelBrowser extends HttpKernelBrowser { /**/ } |
getscript : [] |
|
| abstract class AbstractBrowser { /**/ } |
getscript : [\string] |
| class HttpKernelBrowser extends AbstractBrowser { /**/ } |
getscript : [] |
|
| abstract class AbstractBrowser { /**/ } |
getscript : [\string] |
| class TestClient extends HttpKernelBrowser { /**/ } |
getscript : [] |
|
| abstract class AbstractBrowser { /**/ } |
filterrequest : [\symfony\component\httpfoundation\request] |
| class HttpKernelBrowser extends AbstractBrowser { /**/ } |
filterrequest : [] |
|
| abstract class AbstractBrowser { /**/ } |
filterresponse : [\symfony\component\browserkit\response] |
| class HttpKernelBrowser extends AbstractBrowser { /**/ } |
filterresponse : [] |
|
| abstract class ReturnTypeParent extends ReturnTypeGrandParent implements ReturnTypeParentInterface { /**/ } |
realreturntypeisalreadythere : [\float] |
| class ReturnType extends ReturnTypeParent implements ReturnTypeInterface, Fixtures\OutsideInterface { /**/ } |
realreturntypeisalreadythere : [] |
|
| abstract class ReturnTypeParent extends ReturnTypeGrandParent implements ReturnTypeParentInterface { /**/ } |
realreturntypeisalreadytherewithnull : [\null, \iterable] |
| class ReturnType extends ReturnTypeParent implements ReturnTypeInterface, Fixtures\OutsideInterface { /**/ } |
realreturntypeisalreadytherewithnull : [] |
|
| trait BatchHandlerTrait { /**/ } |
shouldflush : [] |
| class ( ) implements BatchHandlerInterface { /**/ } |
shouldflush : [\bool] |
|
| trait BatchHandlerTrait { /**/ } |
shouldflush : [] |
| class ( ) implements BatchHandlerInterface { /**/ } |
shouldflush : [\bool] |
|
| interface TransportFactoryInterface { /**/ } |
createtransport : [\symfony\component\scheduler\messenger\schedulertransport] |
| class SchedulerTransportFactory implements TransportFactoryInterface { /**/ } |
createtransport : [\symfony\component\messenger\transport\transportinterface] |
|
| interface EnvelopeAwareExceptionInterface { /**/ } |
getenvelope : [\symfony\component\messenger\envelope] |
| class HandlerFailedException extends RuntimeException implements WrappedExceptionsInterface, EnvelopeAwareExceptionInterface { /**/ } |
getenvelope : [\null, \symfony\component\messenger\envelope] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\rediscluster] |
| class RedisClusterStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\redisarray] |
| class RedisArrayStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\redis] |
| class RedisStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\relay\relay] |
| class RelayStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } |
getredisconnection : [\predis\client] |
| class PredisStoreTest extends AbstractRedisStoreTestCase { /**/ } |
getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface] |
|
| class Event extends BaseEvent { /**/ } |
gettransition : [\symfony\component\workflow\transition] |
| final class GuardEvent extends Event { /**/ } |
gettransition : [\null, \symfony\component\workflow\transition] |
|
| interface PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class MailgunPayloadConverter implements PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\remoteevent] |
|
| interface PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class BrevoPayloadConverter implements PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\remoteevent] |
|
| interface PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class SendgridPayloadConverter implements PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\remoteevent] |
|
| interface PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class PostmarkPayloadConverter implements PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\remoteevent] |
|
| interface PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\event\mailer\abstractmailerevent] |
| final class MailjetPayloadConverter implements PayloadConverterInterface { /**/ } |
convert : [\symfony\component\remoteevent\remoteevent] |
|
| class Message extends RawMessage { /**/ } |
getbody : [\symfony\component\mime\part\abstractpart] |
| class Email extends Message { /**/ } |
getbody : [\null, \symfony\component\mime\part\abstractpart] |
|
| interface HeaderInterface { /**/ } |
getbody : [\string] |
| class UnstructuredHeader extends AbstractHeader { /**/ } |
getbody : [\mixed] |
|
| interface HeaderInterface { /**/ } |
getbody : [\symfony\component\mime\address] |
| final class MailboxHeader extends AbstractHeader { /**/ } |
getbody : [\mixed] |
|
| interface HeaderInterface { /**/ } |
getbody : [\symfony\component\mime\address] |
| final class PathHeader extends AbstractHeader { /**/ } |
getbody : [\mixed] |
|
| interface HeaderInterface { /**/ } |
getbody : [\array] |
| final class IdentificationHeader extends AbstractHeader { /**/ } |
getbody : [\mixed] |
|
| interface HeaderInterface { /**/ } |
getbody : [\datetimeimmutable] |
| final class DateHeader extends AbstractHeader { /**/ } |
getbody : [\mixed] |
|
| interface HeaderInterface { /**/ } |
getbody : [\array] |
| final class MailboxListHeader extends AbstractHeader { /**/ } |
getbody : [\mixed] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providechunk : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providechunk : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providechunk : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providechunk : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providelower : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providelower : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providelower : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providelower : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
provideupper : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
provideupper : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
provideupper : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
provideupper : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providetitle : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providetitle : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
provideslice : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
provideslice : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
provideappend : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
provideappend : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
provideappend : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
provideappend : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafter : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providebeforeafter : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafter : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providebeforeafter : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafterignorecase : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providebeforeafterignorecase : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafterignorecase : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providebeforeafterignorecase : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafterlast : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providebeforeafterlast : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafterlast : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providebeforeafterlast : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafterlastignorecase : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providebeforeafterlastignorecase : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providebeforeafterlastignorecase : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providebeforeafterlastignorecase : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providefolded : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providefolded : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providereplace : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providereplace : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providereplace : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providereplace : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providereplacematches : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providereplacematches : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providereplaceignorecase : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providereplaceignorecase : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providereplaceignorecase : [\array] |
| class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } |
providereplaceignorecase : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providepadboth : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providepadboth : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providepadend : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providepadend : [] |
|
| abstract class AbstractAsciiTestCase extends TestCase { /**/ } |
providepadstart : [\array] |
| abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } |
providepadstart : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
getdefaultroutename : [\string] |
| class AttributeRouteControllerLoader extends AttributeClassLoader { /**/ } |
getdefaultroutename : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| final class TraceableAttributeClassLoader extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class ( ) extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| abstract class AttributeClassLoader implements LoaderInterface { /**/ } |
configureroute : [\void] |
| class AttributeRouteControllerLoader extends AttributeClassLoader { /**/ } |
configureroute : [] |
|
| interface DataDumperInterface { /**/ } |
dump : [\null, \string] |
| class ServerDumper implements DataDumperInterface { /**/ } |
dump : [] |
|
| interface DataDumperInterface { /**/ } |
dump : [\null, \string] |
| abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
dump : [] |
|
| interface DataDumperInterface { /**/ } |
dump : [\null, \string] |
| class MockDumper implements DataDumperInterface { /**/ } |
dump : [] |
|
| interface DataDumperInterface { /**/ } |
dump : [\null, \string] |
| class DumpDataCollector extends DataCollector implements DataDumperInterface { /**/ } |
dump : [] |
|
| interface DataDumperInterface { /**/ } |
dump : [\null, \string] |
| class HtmlDumper extends CliDumper { /**/ } |
dump : [] |
|
| interface DataDumperInterface { /**/ } |
dump : [\null, \string] |
| class ContextualizedDumper implements DataDumperInterface { /**/ } |
dump : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class FooExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| abstract class AbstractExtension extends Extension implements ConfigurableExtensionInterface, PrependExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class AcmeExtension implements ExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ProjectExtension implements ExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class AppKernel extends Kernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ExtensionWithoutConfigTestExtension implements ExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ( ) extends CustomProjectDirKernel implements ExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ($this->varDir) extends TestKernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class DefaultConfigTestExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class TestDumpExtension extends Extension implements ConfigurationInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ExtensionPresentExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class TestExtension extends Extension implements PrependExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class WebProfilerExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class DebugExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ( ) extends Extension implements ConfigurationInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class TestSecurityExtension extends Extension implements ConfigurationInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| abstract class ConfigurableExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class LoadedExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class BundleExtension extends Extension implements PrependExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class NotLoadedExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class EnvExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class SemiValidConfigExtension extends BaseExtension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class EnableableExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ValidConfigExtension extends BaseExtension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class DummyExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| final class TestCccExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class ThrowingExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class BarExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class TwigExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class FirewallEntryPointExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class FrameworkExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class InvalidConfigExtension extends BaseExtension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| class FormLoginExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| final class RequestTrackerExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
load : [\void] |
| final class EventExtension extends Extension { /**/ } |
load : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class WebProfilerExtension extends Extension { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class DebugExtension extends Extension { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class FrameworkExtension extends Extension { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class TwigExtension extends Extension { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class AcmeExtension implements ExtensionInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class ProjectWithXsdExtension extends ProjectExtension { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class AppKernel extends Kernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class ProjectExtension implements ExtensionInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class ( ) extends CustomProjectDirKernel implements ExtensionInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class ExtensionWithoutConfigTestExtension implements ExtensionInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getnamespace : [\string] |
| class ($this->varDir) extends TestKernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
getnamespace : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class ( ) extends CustomProjectDirKernel implements ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class ($this->varDir) extends TestKernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class TwigExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class AcmeExtension implements ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class ProjectExtension implements ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string] |
| class ProjectWithXsdExtension extends ProjectExtension { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class ExtensionWithoutConfigTestExtension implements ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class AppKernel extends Kernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class WebProfilerExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class FrameworkExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class DebugExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ProjectExtension implements ExtensionInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class AppKernel extends Kernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class AcmeExtension implements ExtensionInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ProjectWithXsdExtension extends ProjectExtension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class FooExtension extends Extension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| final class TestCccExtension extends Extension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class DummyExtension extends Extension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class EnvExtension extends Extension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ThrowingExtension extends Extension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ( ) extends AbstractExtension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ( ) extends AbstractExtension { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class BundleExtension extends Extension implements PrependExtensionInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ( ) extends Extension implements ConfigurationInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ($this->varDir) extends TestKernel implements ExtensionInterface, ConfigurationInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ( ) extends CustomProjectDirKernel implements ExtensionInterface { /**/ } |
getalias : [] |
|
| interface ExtensionInterface { /**/ } |
getalias : [\string] |
| class ExtensionWithoutConfigTestExtension implements ExtensionInterface { /**/ } |
getalias : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
getxsdvalidationbasepath : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class TwigExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class FrameworkExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class DebugExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
| class WebProfilerExtension extends Extension { /**/ } |
getxsdvalidationbasepath : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getnamespace : [\string] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
getnamespace : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getnamespace : [\string] |
| class TwigExtension extends Extension { /**/ } |
getnamespace : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getnamespace : [\string] |
| class FrameworkExtension extends Extension { /**/ } |
getnamespace : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getnamespace : [\string] |
| class DebugExtension extends Extension { /**/ } |
getnamespace : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getnamespace : [\string] |
| class WebProfilerExtension extends Extension { /**/ } |
getnamespace : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| abstract class AbstractExtension extends Extension implements ConfigurableExtensionInterface, PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class BundleExtension extends Extension implements PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class FrameworkExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\symfony\component\config\definition\configurationinterface] |
| class TestDumpExtension extends Extension implements ConfigurationInterface { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class TestExtension extends Extension implements PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\symfony\component\config\definition\configurationinterface] |
| class TestSecurityExtension extends Extension implements ConfigurationInterface { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class ThrowingExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| final class TestCccExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class FooExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class EnvExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| interface PrependExtensionInterface { /**/ } |
prepend : [\void] |
| class RememberMeFactory implements AuthenticatorFactoryInterface, PrependExtensionInterface { /**/ } |
prepend : [] |
|
| interface PrependExtensionInterface { /**/ } |
prepend : [\void] |
| class TestExtension extends Extension implements PrependExtensionInterface { /**/ } |
prepend : [] |
|
| interface PrependExtensionInterface { /**/ } |
prepend : [\void] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
prepend : [] |
|
| interface PrependExtensionInterface { /**/ } |
prepend : [\void] |
| abstract class AbstractExtension extends Extension implements ConfigurableExtensionInterface, PrependExtensionInterface { /**/ } |
prepend : [] |
|
| interface PrependExtensionInterface { /**/ } |
prepend : [\void] |
| class BundleExtension extends Extension implements PrependExtensionInterface { /**/ } |
prepend : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class ThrowingExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| final class TestCccExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| abstract class AbstractExtension extends Extension implements ConfigurableExtensionInterface, PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class FooExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class EnvExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class SecurityExtension extends Extension implements PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class FrameworkExtension extends Extension { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\symfony\component\config\definition\configurationinterface] |
| class TestSecurityExtension extends Extension implements ConfigurationInterface { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\symfony\component\config\definition\configurationinterface] |
| class TestDumpExtension extends Extension implements ConfigurationInterface { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class TestExtension extends Extension implements PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| interface ConfigurationExtensionInterface { /**/ } |
getconfiguration : [\null, \symfony\component\config\definition\configurationinterface] |
| class BundleExtension extends Extension implements PrependExtensionInterface { /**/ } |
getconfiguration : [] |
|
| class ProjectExtension implements ExtensionInterface { /**/ } |
getxsdvalidationbasepath : [\string] |
| class ProjectWithXsdExtension extends ProjectExtension { /**/ } |
getxsdvalidationbasepath : [\string, \false] |
|
| interface ParameterBagInterface { /**/ } |
clear : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
clear : [\void] |
|
| interface ParameterBagInterface { /**/ } |
add : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
add : [\void] |
|
| interface ParameterBagInterface { /**/ } |
remove : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
remove : [\void] |
|
| interface ParameterBagInterface { /**/ } |
set : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
set : [\void] |
|
| class ParameterBag implements ParameterBagInterface { /**/ } |
clear : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
clear : [\void] |
|
| class ParameterBag implements ParameterBagInterface { /**/ } |
add : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
add : [\void] |
|
| class ParameterBag implements ParameterBagInterface { /**/ } |
set : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
set : [\void] |
|
| class ParameterBag implements ParameterBagInterface { /**/ } |
deprecate : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
deprecate : [\void] |
|
| class ParameterBag implements ParameterBagInterface { /**/ } |
remove : [\never] |
| class FrozenParameterBag extends ParameterBag { /**/ } |
remove : [\void] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class DecoratorServicePass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveBindingsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class AutowirePass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveParameterPlaceHoldersPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveHotPathPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
process : [\void] |
| class TranslatorPathsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ( ) extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ( ) extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ( ) extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ( ) extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| final class CheckTypeDeclarationsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class DecoratorServicePass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveBindingsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveFactoryClassPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class CheckArgumentsValidityPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveNamedArgumentsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class AutowireRequiredPropertiesPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class AutowirePass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| final class ServiceLocatorTagPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveTaggedIteratorArgumentPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveEnvPlaceholdersPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ( ) extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveParameterPlaceHoldersPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class RegisterServiceSubscribersPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class CheckReferenceValidityPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveHotPathPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveServiceSubscribersPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ResolveChildDefinitionsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class AutowireRequiredMethodsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
processvalue : [\mixed] |
| class TranslatorPathsPass extends AbstractRecursivePass { /**/ } |
processvalue : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class SerializerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddValidatorInitializersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CacheCollectorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CachePoolClearerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class PropertyInfoPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddScheduleMessengerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class DataCollectorTranslatorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterListenersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class MessengerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddMimeTypeGuesserPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddEventAliasesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class WorkflowGuardListenerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CachePoolPrunerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TranslationExtractorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class RegisterUidTypePass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CachePoolPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TranslationDumperPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class PropertyInfoConstructorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class LoggingTranslatorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TranslatorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class FragmentRendererPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class PassKernel extends CustomProjectDirKernel implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ControllerArgumentValueResolverPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class LoggerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| abstract class RegisterMappingsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class DoctrineValidationPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterLocaleAwareServicesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterControllerArgumentLocatorsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RemoveEmptyControllerArgumentLocatorsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddConstraintValidatorsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddAutoMappingConfigurationPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddAnnotatedClassesToCachePass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResettableServicePass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class FormPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class HttpClientPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AutowirePass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TranslatorPathsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveInstanceofConditionalsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RemovePrivateAliasesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class MergeExtensionConfigurationPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveBindingsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveParameterPlaceHoldersPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveHotPathPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CheckDefinitionValidityPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterEnvVarProcessorsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class AutowireAsDecoratorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterReverseContainerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class DecoratorServicePass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RoutingResolverPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class WorkflowDebugPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class TagCollector implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddConsoleCommandPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddExpressionLanguageProvidersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class ReplaceDecoratedRememberMeHandlerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddSessionDomainConstraintPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterTokenUsageTrackingPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterLdapLocatorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class MergeExtensionConfigurationPass extends BaseMergeExtensionConfigurationPass { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CheckCircularReferencesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RemoveBuildParametersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AutoAliasServicePass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveClassPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RemoveAbstractDefinitionsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveDecoratorStackPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ExtensionCompilerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class DumpDataCollectorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddDebugLogProcessorPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TestServiceContainerWeakRefPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ErrorLoggerCompilerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RemoveUnusedSessionMarshallingHandlerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ProfilerPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TestServiceContainerRealRefPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ContainerBuilderDebugDumpPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class UnusedTagsPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AssetsContextPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RuntimeLoaderPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TestKernel extends Kernel implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class SerializerKernel extends AppKernel implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class VirtualRequestStackPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ExtensionPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterCsrfFeaturesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TwigEnvironmentPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class TwigLoaderPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterEntryPointPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddSecurityVotersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class CleanRememberMeVerifierPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class MakeFirewallsEventDispatcherTraceablePass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class SortFirewallListenersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class RegisterGlobalSecurityEventListenersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ResolveInvalidReferencesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| final class RegisterAutoconfigureAttributesPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ( ) implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class ValidateEnvPlaceholdersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface CompilerPassInterface { /**/ } |
process : [\void] |
| class AddExpressionLanguageProvidersPass implements CompilerPassInterface { /**/ } |
process : [] |
|
| interface DumperInterface { /**/ } |
dump : [\string] |
| class YamlDumper extends Dumper { /**/ } |
dump : [\string, \array] |
|
| interface DumperInterface { /**/ } |
dump : [\string] |
| class GraphvizDumper extends Dumper { /**/ } |
dump : [\string, \array] |
|
| interface DumperInterface { /**/ } |
dump : [\string] |
| class XmlDumper extends Dumper { /**/ } |
dump : [\string, \array] |
|
| class Request { /**/ } |
getclientip : [\string] |
| final class CliRequest extends Request { /**/ } |
getclientip : [\null, \string] |
|
| class ParameterBag implements \IteratorAggregate, \Countable { /**/ } |
get : [\string, \int, \float, \bool, \null] |
| final class InputBag extends ParameterBag { /**/ } |
get : [\mixed] |
|
| abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } |
createredisclient : [\relay\relay] |
| class RelaySessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } |
createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client] |
|
| abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } |
createredisclient : [\redis] |
| class RedisSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } |
createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client] |
|
| abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } |
createredisclient : [\redisarray] |
| class RedisArraySessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } |
createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client] |
|
| abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } |
createredisclient : [\rediscluster] |
| class RedisClusterSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } |
createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client] |
|
| abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } |
createredisclient : [\predis\client] |
| class PredisClusterSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } |
createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client] |
|
| abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } |
createredisclient : [\predis\client] |
| class PredisSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } |
createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client] |
|
| class Command { /**/ } |
configure : [\void] |
| final class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class GenerateUuidCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class GenerateUlidCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class InspectUuidCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class InspectUlidCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class MailerTestCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ConsumeMessagesCommand extends Command implements SignalableCommandInterface { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FailedMessagesRetryCommand extends AbstractFailedMessagesCommand implements SignalableCommandInterface { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class SetupTransportsCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FailedMessagesShowCommand extends AbstractFailedMessagesCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class StatsCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class StopWorkersCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FailedMessagesRemoveCommand extends AbstractFailedMessagesCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class LintCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class ImportMapRequireCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class ImportMapRemoveCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ImportMapAuditCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class ImportMapOutdatedCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class ImportMapUpdateCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class AssetMapperCompileCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class DebugAssetMapperCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ServerDumpCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class UserPasswordHashCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ( ) extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class Foo2Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class TestCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooHiddenCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DescriptorCommandMbString extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooSubnamespaced2Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class TestAmbiguousCommandRegistering extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class BarBucCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooSameCaseUppercaseCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooWithoutAliasCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooLockCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class TestAmbiguousCommandRegistering2 extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DescriptorCommand3 extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DescriptorCommand1 extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DescriptorCommand2 extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DescriptorCommand4 extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class BarHiddenCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FoobarCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class Foo3Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class Foo6Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooLock2Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class CompleteCommandTest_HelloCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooSubnamespaced1Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooSameCaseLowercaseCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class FooOptCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class Foo1Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class Foo4Command extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ListCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class DumpCompletionCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class CompleteCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class HelpCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class TranslationPullCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class XliffLintCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class TranslationPushCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class DotenvDumpCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class LintCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ServerLogCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ServerDumpPlaceholderCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class RouterMatchCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class AboutCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ConfigDebugCommand extends AbstractConfigCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class SecretsSetCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class CachePoolListCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class CachePoolDeleteCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class SecretsGenerateKeysCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class TranslationUpdateCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class RouterDebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class SecretsDecryptToLocalCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ConfigDumpReferenceCommand extends AbstractConfigCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class SecretsRemoveCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class CachePoolInvalidateTagsCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class SecretsListCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class XliffLintCommand extends BaseLintCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class CacheClearCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class EventDispatcherDebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class CacheWarmupCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class WorkflowDumpCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class YamlLintCommand extends BaseLintCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class ContainerDebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class TranslationDebugCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class CachePoolClearCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class ContainerLintCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class AssetsInstallCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class CachePoolPruneCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| class DebugAutowiringCommand extends ContainerDebugCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class SecretsEncryptFromLocalCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class LintCommand extends BaseLintCommand { /**/ } |
configure : [] |
|
| class Command { /**/ } |
configure : [\void] |
| final class DebugFirewallCommand extends Command { /**/ } |
configure : [] |
|
| class Command { /**/ } |
interact : [\void] |
| class ConsumeMessagesCommand extends Command implements SignalableCommandInterface { /**/ } |
interact : [] |
|
| class Command { /**/ } |
interact : [\void] |
| class FooCommand extends Command { /**/ } |
interact : [] |
|
| class Command { /**/ } |
interact : [\void] |
| class TestCommand extends Command { /**/ } |
interact : [] |
|
| class Command { /**/ } |
interact : [\void] |
| class FooOptCommand extends Command { /**/ } |
interact : [] |
|
| class Command { /**/ } |
interact : [\void] |
| final class TraceableCommand extends Command implements SignalableCommandInterface { /**/ } |
interact : [] |
|
| class Command { /**/ } |
initialize : [\void] |
| class ImportMapAuditCommand extends Command { /**/ } |
initialize : [] |
|
| class Command { /**/ } |
initialize : [\void] |
| final class CompleteCommand extends Command { /**/ } |
initialize : [] |
|
| class Command { /**/ } |
initialize : [\void] |
| final class TraceableCommand extends Command implements SignalableCommandInterface { /**/ } |
initialize : [] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\array] |
| class CustomAuthenticatorFactory implements AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class TestFirewallListenerFactory implements AuthenticatorFactoryInterface, FirewallListenerFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class RememberMeFactory implements AuthenticatorFactoryInterface, PrependExtensionInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class RemoteUserFactory implements AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\array] |
| class LoginThrottlingFactory implements AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class HttpBasicFactory implements AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class X509Factory implements AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class DummyFormLoginFactory extends FormLoginFactory { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class StubFactory extends AbstractFactory { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class JsonLoginFactory extends AbstractFactory { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class FormLoginFactory extends AbstractFactory { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| final class AccessTokenFactory extends AbstractFactory implements StatelessAuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| interface AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| class LoginLinkFactory extends AbstractFactory { /**/ } |
createauthenticator : [\string, \array] |
|
| interface StatelessAuthenticatorFactoryInterface extends AuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string] |
| final class AccessTokenFactory extends AbstractFactory implements StatelessAuthenticatorFactoryInterface { /**/ } |
createauthenticator : [\string, \array] |
|
| abstract class AbstractDataCollector extends DataCollector implements TemplateAwareDataCollectorInterface { /**/ } |
gettemplate : [\string] |
| class ( ) extends AbstractDataCollector { /**/ } |
gettemplate : [\null, \string] |
|
| interface TemplateAwareDataCollectorInterface extends DataCollectorInterface { /**/ } |
gettemplate : [\string] |
| class ( ) implements TemplateAwareDataCollectorInterface { /**/ } |
gettemplate : [\null, \string] |
|
| interface TemplateAwareDataCollectorInterface extends DataCollectorInterface { /**/ } |
gettemplate : [\string] |
| class ( ) extends AbstractDataCollector { /**/ } |
gettemplate : [\null, \string] |
|
| class UploadedFile extends File { /**/ } |
$test = |
| class UploadedFile extends BaseUploadedFile { /**/ } |
$test = false |
|
| abstract class AbstractLayoutTestCase extends FormLayoutTestCase { /**/ } |
$testableFeatures = [ ] |
| class FormExtensionBootstrap3HorizontalLayoutTest extends AbstractBootstrap3HorizontalLayoutTestCase { /**/ } |
$testableFeatures = ['choice_attr', ] |
|
| abstract class AbstractLayoutTestCase extends FormLayoutTestCase { /**/ } |
$testableFeatures = [ ] |
| class FormExtensionBootstrap4HorizontalLayoutTest extends AbstractBootstrap4HorizontalLayoutTestCase { /**/ } |
$testableFeatures = ['choice_attr', ] |
|
| abstract class AbstractLayoutTestCase extends FormLayoutTestCase { /**/ } |
$testableFeatures = [ ] |
| class FormExtensionBootstrap5HorizontalLayoutTest extends AbstractBootstrap5HorizontalLayoutTestCase { /**/ } |
$testableFeatures = ['choice_attr', ] |
|
| class TemplatedEmail extends Email { /**/ } |
$context = [ ] |
| class NotificationEmail extends TemplatedEmail { /**/ } |
$context = ['importance' => self::IMPORTANCE_LOW, 'content' => '', 'exception' => false, 'action_text' => null, 'action_url' => null, 'markdown' => false, 'raw' => false, 'footer_text' => 'Notification email sent by Symfony', ] |
|
| class GenericMetadata implements MetadataInterface { /**/ } |
$traversalStrategy = TraversalStrategy::NONE |
| class ClassMetadata extends GenericMetadata implements ClassMetadataInterface { /**/ } |
$traversalStrategy = TraversalStrategy::IMPLICIT |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class GreaterThanOrEqual extends AbstractComparison { /**/ } |
$message = 'This value should be greater than or equal to {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class LessThan extends AbstractComparison { /**/ } |
$message = 'This value should be less than {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class NotIdenticalTo extends AbstractComparison { /**/ } |
$message = 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class PositiveOrZero extends GreaterThanOrEqual { /**/ } |
$message = 'This value should be either positive or zero.' |
|
| class GreaterThanOrEqual extends AbstractComparison { /**/ } |
$message = 'This value should be greater than or equal to {{ compared_value }}.' |
| class PositiveOrZero extends GreaterThanOrEqual { /**/ } |
$message = 'This value should be either positive or zero.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class IdenticalTo extends AbstractComparison { /**/ } |
$message = 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' |
|
| class LessThanOrEqual extends AbstractComparison { /**/ } |
$message = 'This value should be less than or equal to {{ compared_value }}.' |
| class NegativeOrZero extends LessThanOrEqual { /**/ } |
$message = 'This value should be either negative or zero.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class NegativeOrZero extends LessThanOrEqual { /**/ } |
$message = 'This value should be either negative or zero.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class NotEqualTo extends AbstractComparison { /**/ } |
$message = 'This value should not be equal to {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class Negative extends LessThan { /**/ } |
$message = 'This value should be negative.' |
|
| class LessThan extends AbstractComparison { /**/ } |
$message = 'This value should be less than {{ compared_value }}.' |
| class Negative extends LessThan { /**/ } |
$message = 'This value should be negative.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class DivisibleBy extends AbstractComparison { /**/ } |
$message = 'This value should be a multiple of {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class LessThanOrEqual extends AbstractComparison { /**/ } |
$message = 'This value should be less than or equal to {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class EqualTo extends AbstractComparison { /**/ } |
$message = 'This value should be equal to {{ compared_value }}.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class Positive extends GreaterThan { /**/ } |
$message = 'This value should be positive.' |
|
| class GreaterThan extends AbstractComparison { /**/ } |
$message = 'This value should be greater than {{ compared_value }}.' |
| class Positive extends GreaterThan { /**/ } |
$message = 'This value should be positive.' |
|
| class File extends Constraint { /**/ } |
$mimeTypes = [ ] |
| class Image extends File { /**/ } |
$mimeTypes = 'image/*' |
|
| class File extends Constraint { /**/ } |
$mimeTypesMessage = 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' |
| class Image extends File { /**/ } |
$mimeTypesMessage = 'This file is not a valid image.' |
|
| abstract class AbstractComparison extends Constraint { /**/ } |
$message = |
| class GreaterThan extends AbstractComparison { /**/ } |
$message = 'This value should be greater than {{ compared_value }}.' |
|
| class EntityParent implements EntityInterfaceA { /**/ } |
$data = 'Data' |
| class Entity extends EntityParent implements EntityInterfaceB { /**/ } |
$data = 'Overridden data' |
|
| abstract class AbstractRedisAdapterTestCase extends AdapterTestCase { /**/ } |
$skippedTests = ['testExpiration' => 'Testing expiration slows down the test suite', 'testHasItemReturnsFalseWhenDeferredItemIsExpired' => 'Testing expiration slows down the test suite', 'testDefaultLifeTime' => 'Testing expiration slows down the test suite', ] |
| class ProxyAdapterAndRedisAdapterTest extends AbstractRedisAdapterTestCase { /**/ } |
$skippedTests = ['testPrune' => 'RedisAdapter does not implement PruneableInterface.', ] |
|
| class PhpFilesAdapterTest extends AdapterTestCase { /**/ } |
$skippedTests = ['testDefaultLifeTime' => 'PhpFilesAdapter does not allow configuring a default lifetime.', ] |
| class PhpFilesAdapterAppendOnlyTest extends PhpFilesAdapterTest { /**/ } |
$skippedTests = ['testDefaultLifeTime' => 'PhpFilesAdapter does not allow configuring a default lifetime.', 'testExpiration' => 'PhpFilesAdapter in append-only mode does not expiration.', ] |
|
| trait AbstractAdapterTrait { /**/ } |
$namespace = '' |
| class PdoAdapter extends AbstractAdapter implements PruneableInterface { /**/ } |
$namespace = |
|
| trait AbstractAdapterTrait { /**/ } |
$namespace = '' |
| class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } |
$namespace = |
|
| trait AbstractAdapterTrait { /**/ } |
$namespace = '' |
| class DoctrineDbalAdapter extends AbstractAdapter implements PruneableInterface { /**/ } |
$namespace = |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class TranslatorPathsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class FileDumper implements DumperInterface { /**/ } |
$relativePathTemplate = '%domain%.%locale%.%extension%' |
| class IcuResFileDumper extends FileDumper { /**/ } |
$relativePathTemplate = '%domain%/%locale%.%extension%' |
|
| class MagicClass { /**/ } |
$data = [ ] |
| class ChildMagicClass extends MagicClass implements LazyObjectInterface { /**/ } |
$data = 123 |
|
| class TestClass extends NoMagicClass { /**/ } |
$public = 1 |
| class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } |
$public = 4 |
|
| class TestClass extends NoMagicClass { /**/ } |
$protected = 2 |
| class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } |
$protected = -2 |
|
| class TestClass extends NoMagicClass { /**/ } |
$protected = 2 |
| class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } |
$protected = 5 |
|
| class TestClass extends NoMagicClass { /**/ } |
$private = 3 |
| class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } |
$private = 6 |
|
| class TestClass extends NoMagicClass { /**/ } |
$private = 3 |
| class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } |
$private = 6 |
|
| class FinalPublicClass { /**/ } |
$count = 0 |
| class TestOverwritePropClass extends FinalPublicClass { /**/ } |
$count = |
|
| abstract class AbstractHeader implements HeaderInterface { /**/ } |
$encoder = |
| final class ParameterizedHeader extends UnstructuredHeader { /**/ } |
$encoder = null |
|
| abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
$defaultOutput = 'php://output' |
| class CliDumper extends AbstractDumper { /**/ } |
$defaultOutput = 'php://stdout' |
|
| class CliDumper extends AbstractDumper { /**/ } |
$defaultOutput = 'php://stdout' |
| class HtmlDumper extends CliDumper { /**/ } |
$defaultOutput = 'php://output' |
|
| class CliDumper extends AbstractDumper { /**/ } |
$colors = |
| class HtmlDumper extends CliDumper { /**/ } |
$colors = true |
|
| class CliDumper extends AbstractDumper { /**/ } |
$displayOptions = ['fileLinkFormat' => null, ] |
| class HtmlDumper extends CliDumper { /**/ } |
$displayOptions = ['maxDepth' => 1, 'maxStringLength' => 160, 'fileLinkFormat' => null, ] |
|
| class BazClass { /**/ } |
$foo = |
| class BarClass extends BazClass { /**/ } |
$foo = 'foo' |
|
| abstract class FileLoader extends BaseFileLoader { /**/ } |
$autoRegisterAliasesForSinglyImplementedInterfaces = true |
| class YamlFileLoader extends FileLoader { /**/ } |
$autoRegisterAliasesForSinglyImplementedInterfaces = false |
|
| abstract class FileLoader extends BaseFileLoader { /**/ } |
$autoRegisterAliasesForSinglyImplementedInterfaces = true |
| class PhpFileLoader extends FileLoader { /**/ } |
$autoRegisterAliasesForSinglyImplementedInterfaces = false |
|
| abstract class FileLoader extends BaseFileLoader { /**/ } |
$autoRegisterAliasesForSinglyImplementedInterfaces = true |
| class XmlFileLoader extends FileLoader { /**/ } |
$autoRegisterAliasesForSinglyImplementedInterfaces = false |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class DecoratorServicePass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| final class CheckTypeDeclarationsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveFactoryClassPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveBindingsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class CheckArgumentsValidityPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class AutowireRequiredPropertiesPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveNamedArgumentsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class AutowirePass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| final class ServiceLocatorTagPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveTaggedIteratorArgumentPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class CheckReferenceValidityPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class RegisterServiceSubscribersPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveHotPathPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveServiceSubscribersPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class ResolveChildDefinitionsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } |
$skipScalars = false |
| class AutowireRequiredMethodsPass extends AbstractRecursivePass { /**/ } |
$skipScalars = true |
|
| class HttpCache implements HttpKernelInterface, TerminableInterface { /**/ } |
$store = |
| class HttpCache extends BaseHttpCache { /**/ } |
$store = null |
|
| class HttpCache implements HttpKernelInterface, TerminableInterface { /**/ } |
$options = [ ] |
| class HttpCache extends BaseHttpCache { /**/ } |
$options = |
|
| class HttpCache extends BaseHttpCache { /**/ } |
protected$kernel |
| class HttpCache implements HttpKernelInterface, TerminableInterface { /**/ } |
private$kernel |
|
| class Entity extends EntityParent implements EntityInterfaceB { /**/ } |
public$firstName |
| class EntityParent implements EntityInterfaceA { /**/ } |
protected$firstName |
|
| class Entity extends EntityParent implements EntityInterfaceB { /**/ } |
public$data |
| class EntityParent implements EntityInterfaceA { /**/ } |
private$data |
|
| class ExtractingEventDispatcher extends EventDispatcher implements EventSubscriberInterface { /**/ } |
public$listeners |
| class EventDispatcher implements EventDispatcherInterface { /**/ } |
private$listeners |
|
| final class ExcludeTimeTrigger extends AbstractDecoratedTrigger { /**/ } |
none$inner |
| abstract class AbstractDecoratedTrigger implements StatefulTriggerInterface { /**/ } |
private$inner |
|
| class TestOverwritePropClass extends FinalPublicClass { /**/ } |
protected$count |
| class FinalPublicClass { /**/ } |
private$count |
|
| class BarClass extends BazClass { /**/ } |
public$foo |
| class BazClass { /**/ } |
protected$foo |
|
| class HttpCache extends BaseHttpCache { /**/ } |
\symfony\component\httpkernel\kernelinterface $kernel |
| class HttpCache implements HttpKernelInterface, TerminableInterface { /**/ } |
\symfony\component\httpkernel\httpkernelinterface $kernel |
|
| class HttpCache extends BaseHttpCache { /**/ } |
\null|\symfony\component\httpkernel\httpcache\storeinterface $store |
| class HttpCache implements HttpKernelInterface, TerminableInterface { /**/ } |
\symfony\component\httpkernel\httpcache\storeinterface $store |
|
| class SerializedParsedExpression extends ParsedExpression { /**/ } |
\string $nodes |
| class ParsedExpression extends Expression { /**/ } |
\symfony\component\expressionlanguage\node\node $nodes |
|
| class ($transportProperty->getValue($sendmailTransport)->getStream( )) extends SmtpTransport { /**/ } |
\symfony\component\mailer\transport\smtp\stream\processstream $stream |
| class SmtpTransport extends AbstractTransport { /**/ } |
\symfony\component\mailer\transport\smtp\stream\abstractstream $stream |
|
| class ChildMagicClass extends MagicClass implements LazyObjectInterface { /**/ } |
\int $data |
| class MagicClass { /**/ } |
\array $data |
|
| final class ParameterizedHeader extends UnstructuredHeader { /**/ } |
\null|\symfony\component\mime\encoder\rfc2231encoder $encoder |
| abstract class AbstractHeader implements HeaderInterface { /**/ } |
\symfony\component\mime\encoder\qpmimeheaderencoder $encoder |
|
| class BarClass extends BazClass { /**/ } |
\string $foo |
| class BazClass { /**/ } |
\foo $foo |
|