Lines Matching defs:__construct
180 public function __construct(Type $keyType, Type $valueType) function in ArrayType
356 protected function __construct(string $name, bool $isBuiltin) { function in SimpleType
626 private function __construct(array $types, bool $isIntersection) { function in Type
784 public function __construct(array $classTypes, array $builtinTypes) { function in ArginfoType
826 public function __construct( function in ArgInfo
934 public function __construct(?Name $namespace, string $const) function in ConstName
966 public function __construct(Name $class, string $const) function in ClassConstName
987 public function __construct(Name $class, string $property) function in PropertyName
1013 public function __construct(Name $name) { function in FunctionName
1077 public function __construct(Name $className, string $methodName) { function in MethodName
1136 …public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType… function in ReturnInfo
1204 public function __construct( function in FuncInfo
1650 …private function __construct($value, SimpleType $type, ?string $cConstName, ?ConstInfo $originatin… function in EvaluatedValue
1721 public function __construct( function in VariableLike
1847 public function __construct( function in ConstInfo
2114 public function __construct( function in PropertyInfo
2313 public function __construct(string $name, ?Expr $value) { function in EnumCaseInfo
2343 public function __construct(string $class, array $args) { function in AttributeInfo
2412 public function __construct( function in ClassInfo
3122 public function __construct(string $name, ?string $value) { function in DocCommentTag