Lines Matching defs:__construct
132 public function __construct(Type $keyType, Type $valueType) function in ArrayType
249 protected function __construct(string $name, bool $isBuiltin) { function in SimpleType
472 private function __construct(array $types) { function in Type
622 public function __construct(array $classTypes, array $builtinTypes) { function in ArginfoType
665 …public function __construct(string $name, int $sendBy, bool $isVariadic, ?Type $type, ?Type $phpDo… function in ArgInfo
751 public function __construct(Name $class, string $property) function in PropertyName
777 public function __construct(Name $name) { function in FunctionName
835 public function __construct(Name $className, string $methodName) { function in MethodName
895 …public function __construct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType… function in ReturnInfo
975 public function __construct( function in FuncInfo
1404 public function __construct( function in PropertyInfo
1611 public function __construct(string $name, ?Expr $value) { function in EnumCaseInfo
1667 public function __construct( function in ClassInfo
2158 public function __construct(string $name, ?string $value) { function in DocCommentTag