PHP 클래스 common\ModuleExtraType

파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $type )
__toString ( ) : string
block ( ) : self
getPossibleTypes ( ) : array
homepage ( ) : self
widget ( ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( string $type )
$type string

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

block() 공개 정적인 메소드

public static block ( ) : self
리턴 self

getPossibleTypes() 공개 정적인 메소드

public static getPossibleTypes ( ) : array
리턴 array

homepage() 공개 정적인 메소드

public static homepage ( ) : self
리턴 self

widget() 공개 정적인 메소드

public static widget ( ) : self
리턴 self