PHP Class Lemon\RestBundle\Annotation\Resource

Datei anzeigen Open project: stanlemon/rest-bundle

Public Properties

Property Type Description
$create boolean
$delete boolean
$name string
$partialUpdate boolean
$search boolean
$update boolean

Property Details

$create public_oe property

public bool $create
return boolean

$delete public_oe property

public bool $delete
return boolean

$name public_oe property

public string $name
return string

$partialUpdate public_oe property

public bool $partialUpdate
return boolean

$update public_oe property

public bool $update
return boolean