PHP 클래스 Newscoop\GimmeBundle\Entity\PublicApiResource

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$id
$resource

공개 메소드들

메소드 설명
getId ( ) : mixed Gets the value of id.
getResource ( ) : mixed Gets the value of resources.
setId ( mixed $id ) : self Sets the value of id.
setResource ( $resource ) : self Sets the value of resources.

메소드 상세

getId() 공개 메소드

Gets the value of id.
public getId ( ) : mixed
리턴 mixed

getResource() 공개 메소드

Gets the value of resources.
public getResource ( ) : mixed
리턴 mixed

setId() 공개 메소드

Sets the value of id.
public setId ( mixed $id ) : self
$id mixed the id
리턴 self

setResource() 공개 메소드

Sets the value of resources.
public setResource ( $resource ) : self
리턴 self

프로퍼티 상세

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

protected $id

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

protected $resource