PHP 클래스 Pimcore\Model\Element\Note

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cid integer
$ctype string
$data array
$date integer
$description string
$id integer
$title string
$type string
$user integer

공개 메소드들

메소드 설명
addData ( string $name, string $type, mixed $data )
getById ( $id ) : Element\Note
getCid ( ) : integer
getCtype ( ) : string
getData ( ) : array
getDate ( ) : integer
getDescription ( ) : string
getId ( ) : integer
getTitle ( ) : string
getType ( ) : string
getUser ( ) : integer
save ( )
setCid ( $cid )
setCtype ( $ctype )
setData ( $data )
setDate ( $date )
setDescription ( $description )
setElement ( Pimcore\Model\Element\ElementInterface $element )
setId ( $id )
setTitle ( $title )
setType ( $type )
setUser ( $user )

메소드 상세

addData() 공개 메소드

public addData ( string $name, string $type, mixed $data )
$name string
$type string
$data mixed

getById() 공개 정적인 메소드

public static getById ( $id ) : Element\Note
$id
리턴 Element\Note

getCid() 공개 메소드

public getCid ( ) : integer
리턴 integer

getCtype() 공개 메소드

public getCtype ( ) : string
리턴 string

getData() 공개 메소드

public getData ( ) : array
리턴 array

getDate() 공개 메소드

public getDate ( ) : integer
리턴 integer

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getUser() 공개 메소드

public getUser ( ) : integer
리턴 integer

save() 공개 메소드

public save ( )

setCid() 공개 메소드

public setCid ( $cid )
$cid

setCtype() 공개 메소드

public setCtype ( $ctype )
$ctype

setData() 공개 메소드

public setData ( $data )
$data

setDate() 공개 메소드

public setDate ( $date )
$date

setDescription() 공개 메소드

public setDescription ( $description )
$description

setElement() 공개 메소드

public setElement ( Pimcore\Model\Element\ElementInterface $element )
$element Pimcore\Model\Element\ElementInterface

setId() 공개 메소드

public setId ( $id )
$id

setTitle() 공개 메소드

public setTitle ( $title )
$title

setType() 공개 메소드

public setType ( $type )
$type

setUser() 공개 메소드

public setUser ( $user )
$user

프로퍼티 상세

$cid 공개적으로 프로퍼티

public int $cid
리턴 integer

$ctype 공개적으로 프로퍼티

public string $ctype
리턴 string

$data 공개적으로 프로퍼티

public array $data
리턴 array

$date 공개적으로 프로퍼티

public int $date
리턴 integer

$description 공개적으로 프로퍼티

public string $description
리턴 string

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$title 공개적으로 프로퍼티

public string $title
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string

$user 공개적으로 프로퍼티

public int $user
리턴 integer