-
#[Attribute]
-
\Attribute::TARGET_CLASS
Table of Contents
Interfaces
- SchemaMarkerInterface
- SchemaのAttributeとして識別するためのインターフェース
Constants
-
TYPE_INNER
= 'inner'
-
TYPE_ROOT
= 'root'
-
TYPE_SCHEMAS
= [self::TYPE_ROOT, self::TYPE_INNER]
Properties
-
$type
: string
Methods
-
__construct()
: mixed
TYPE_INNER
public
mixed
TYPE_INNER
= 'inner'
TYPE_ROOT
public
mixed
TYPE_ROOT
= 'root'
TYPE_SCHEMAS
private
mixed
TYPE_SCHEMAS
= [self::TYPE_ROOT, self::TYPE_INNER]
$type
public
string
$type
__construct()
public
__construct(string $type) : mixed
Parameters
-
$type
: string
-