PHP Класс PartKeepr\TipOfTheDayBundle\Entity\TipOfTheDay

Tips are stored on the central PartKeepr server in a wiki. However, we need to know a list of all tip pages because the API has a limit per day. So basically, we sync the tip names from the wiki to the local system several times a day and not each time an user logs in. Note: If you wish to link against a tip of the day, do it by name and not by id!
Наследование: extends PartKeepr\CoreBundle\Entity\BaseEntity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getName ( ) : string Returns the name for this tip.
setName ( string $name ) Sets the name for this tip.

Описание методов

getName() публичный Метод

Returns the name for this tip.
public getName ( ) : string
Результат string The name

setName() публичный Метод

Sets the name for this tip.
public setName ( string $name )
$name string The name