PHP 클래스 Knp\Bundle\KnpBundlesBundle\Entity\Score

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

보호된 프로퍼티들

프로퍼티 타입 설명
$bundle Bundle
$date Date of the score snapshot
$hash Unique score hash
$id
$value Internal value of the Bundle, based on several indicators Defines the Bundle position in lists and searches

공개 메소드들

메소드 설명
__construct ( )
__toString ( )
getBundle ( ) : null | Bundle
getDate ( ) : DateTime Get the date of the last commit
getHash ( )
getValue ( ) : integer Get value
setBundle ( Bundle $bundle = null )
setDate ( DateTime $date ) Set date
setValue ( integer $value ) Set value

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( )

getBundle() 공개 메소드

public getBundle ( ) : null | Bundle
리턴 null | Bundle

getDate() 공개 메소드

Get the date of the last commit
public getDate ( ) : DateTime
리턴 DateTime

getHash() 공개 메소드

public getHash ( )

getValue() 공개 메소드

Get value
public getValue ( ) : integer
리턴 integer

setBundle() 공개 메소드

public setBundle ( Bundle $bundle = null )
$bundle Bundle

setDate() 공개 메소드

Set date
public setDate ( DateTime $date )
$date DateTime

setValue() 공개 메소드

Set value
public setValue ( integer $value )
$value integer

프로퍼티 상세

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

Bundle
protected $bundle

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

Date of the score snapshot
protected $date

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

Unique score hash
protected $hash

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

protected $id

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

Internal value of the Bundle, based on several indicators Defines the Bundle position in lists and searches
protected $value