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
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

공개 메소드들

메소드 설명
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