PHP Класс Knp\Bundle\KnpBundlesBundle\Entity\Score

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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