PHP Class Lemon\RestBundle\Annotation\Resource

Show file 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 property

public bool $create
return boolean

$delete public property

public bool $delete
return boolean

$name public property

public string $name
return string

$partialUpdate public property

public bool $partialUpdate
return boolean

$update public property

public bool $update
return boolean