PHP 클래스 Newscoop\Entity\Theme

상속: extends AbstractEntity
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$description string
$designer string
$minorNewscoopVersion string
$name string
$path string
$version string

공개 메소드들

메소드 설명
getDescription ( ) : string Provides the desciption of the theme.
getDesigner ( ) : string Provides the designer name of the theme.
getInstalledVersion ( )
getMinorNewscoopVersion ( ) : string Provides the minimum newscoop version for this theme, this has to be a whell formated version name like '3.6'.
getName ( ) : string Provides the name of the theme, must be a user frendly name used for displaying it on the UI.
getPath ( ) : string Provides the path of the theme.
getVersion ( ) : string Provides the version of the theme, this has to be a whell formated version name like '1.3'.
isInstalled ( ) * ---------------------------------------------------------------
setDescription ( string $description ) : Newscoop\Entity\Theme Set the desciption of the theme.
setDesigner ( string $designer ) : Newscoop\Entity\Theme Set the designer name of the theme.
setMinorNewscoopVersion ( string $minorNewscoopVersion ) : Newscoop\Entity\Theme Set the minimum newscoop version for this theme, this has to be a whell formated version name like '3.6'.
setName ( string $name ) : Newscoop\Entity\Theme Set the name of the theme, must be a user frendly name used for displaying it on the UI.
setPath ( string $path ) : Newscoop\Entity\Theme Set the path of the theme.
setVersion ( string $version ) : Newscoop\Entity\Theme Set the version of the theme, this has to be a whell formated version name like '1.3'.
toObject ( )

메소드 상세

getDescription() 공개 메소드

Provides the desciption of the theme.
public getDescription ( ) : string
리턴 string The description of the theme.

getDesigner() 공개 메소드

Provides the designer name of the theme.
public getDesigner ( ) : string
리턴 string The designer name of the theme.

getInstalledVersion() 공개 메소드

public getInstalledVersion ( )

getMinorNewscoopVersion() 공개 메소드

Provides the minimum newscoop version for this theme, this has to be a whell formated version name like '3.6'.
public getMinorNewscoopVersion ( ) : string
리턴 string The minimum newscoop version of the theme.

getName() 공개 메소드

Provides the name of the theme, must be a user frendly name used for displaying it on the UI.
public getName ( ) : string
리턴 string The name of the theme.

getPath() 공개 메소드

Provides the path of the theme.
public getPath ( ) : string
리턴 string The path of the theme.

getVersion() 공개 메소드

Provides the version of the theme, this has to be a whell formated version name like '1.3'.
public getVersion ( ) : string
리턴 string The version of the theme.

isInstalled() 공개 메소드

* ---------------------------------------------------------------
public isInstalled ( )

setDescription() 공개 메소드

Set the desciption of the theme.
public setDescription ( string $description ) : Newscoop\Entity\Theme
$description string The description of the theme, must not be null or empty.
리턴 Newscoop\Entity\Theme This object for chaining purposes.

setDesigner() 공개 메소드

Set the designer name of the theme.
public setDesigner ( string $designer ) : Newscoop\Entity\Theme
$designer string The designer name of the theme, must not be null or empty.
리턴 Newscoop\Entity\Theme This object for chaining purposes.

setMinorNewscoopVersion() 공개 메소드

Set the minimum newscoop version for this theme, this has to be a whell formated version name like '3.6'.
public setMinorNewscoopVersion ( string $minorNewscoopVersion ) : Newscoop\Entity\Theme
$minorNewscoopVersion string The minimum newscoop version of the theme, must not be null or empty.
리턴 Newscoop\Entity\Theme This object for chaining purposes.

setName() 공개 메소드

Set the name of the theme, must be a user frendly name used for displaying it on the UI.
public setName ( string $name ) : Newscoop\Entity\Theme
$name string The name of the theme, must not be null or empty.
리턴 Newscoop\Entity\Theme This object for chaining purposes.

setPath() 공개 메소드

Set the path of the theme.
public setPath ( string $path ) : Newscoop\Entity\Theme
$path string The path of the theme, must not be null or empty.
리턴 Newscoop\Entity\Theme This object for chaining purposes.

setVersion() 공개 메소드

Set the version of the theme, this has to be a whell formated version name like '1.3'.
public setVersion ( string $version ) : Newscoop\Entity\Theme
$version string TThe version of the theme, must not be null or empty.
리턴 Newscoop\Entity\Theme This object for chaining purposes.

toObject() 공개 메소드

public toObject ( )

프로퍼티 상세

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

protected string $description
리턴 string

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

protected string $designer
리턴 string

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

protected string $minorNewscoopVersion
리턴 string

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

protected string $name
리턴 string

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

protected string $path
리턴 string

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

protected string $version
리턴 string