PHP 클래스 Lemon\RestBundle\Object\Definition

파일 보기 프로젝트 열기: stanlemon/rest-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$class string
$create boolean
$delete boolean
$name string
$partialUpdate boolean
$search boolean
$update boolean

공개 메소드들

메소드 설명
__construct ( $name, $class, $search = true, $create = true, $update = true, $delete = true, $partialUpdate = true )
canCreate ( )
canDelete ( )
canPartialUpdate ( )
canSearch ( )
canUpdate ( )
getClass ( )
getName ( )
getOptions ( $isResource = false )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, $class, $search = true, $create = true, $update = true, $delete = true, $partialUpdate = true )

canCreate() 공개 메소드

public canCreate ( )

canDelete() 공개 메소드

public canDelete ( )

canPartialUpdate() 공개 메소드

public canPartialUpdate ( )

canSearch() 공개 메소드

public canSearch ( )

canUpdate() 공개 메소드

public canUpdate ( )

getClass() 공개 메소드

public getClass ( )

getName() 공개 메소드

public getName ( )

getOptions() 공개 메소드

public getOptions ( $isResource = false )

프로퍼티 상세

$class 보호되어 있는 프로퍼티

protected string $class
리턴 string

$create 보호되어 있는 프로퍼티

protected bool $create
리턴 boolean

$delete 보호되어 있는 프로퍼티

protected bool $delete
리턴 boolean

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$partialUpdate 보호되어 있는 프로퍼티

protected bool $partialUpdate
리턴 boolean

$update 보호되어 있는 프로퍼티

protected bool $update
리턴 boolean