PHP Class ApiPlatform\Core\Annotation\ApiProperty

Author: Kévin Dunglas ([email protected])
Show file Open project: api-platform/core

Public Properties

Property Type Description
$attributes array
$description string
$identifier boolean
$iri string
$readable boolean
$readableLink boolean
$required boolean
$writable boolean
$writableLink boolean

Property Details

$attributes public property

public array $attributes
return array

$description public property

public string $description
return string

$identifier public property

public bool $identifier
return boolean

$iri public property

public string $iri
return string

$readable public property

public bool $readable
return boolean

$required public property

public bool $required
return boolean

$writable public property

public bool $writable
return boolean