PHP 클래스 Newscoop\Entity\Output

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

보호된 프로퍼티들

프로퍼티 타입 설명
$name string

공개 메소드들

메소드 설명
getName ( ) : string Provides the name of the theme resource, must be a user frendly name used for displaying it on the UI.
setName ( string $name ) : Newscoop\Entity\Theme\Resource Set the name of the theme resource, must be a user frendly name used for displaying it on the UI.

메소드 상세

getName() 공개 메소드

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

setName() 공개 메소드

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

프로퍼티 상세

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

protected string $name
리턴 string