PHP 클래스 Traq\Models\Plugin

부터: 3.0.0
저자: Jack P.
상속: extends Traq\Models\Model
파일 보기 프로젝트 열기: nirix/traq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_after
$_dataTypes
$_validations

공개 메소드들

메소드 설명
allEnabled ( ) : array
decodeAutoload ( )
isEnabled ( ) : boolean
registerWithAutoloader ( ) Registers the plugins autoload paths with the autoloader.

메소드 상세

allEnabled() 공개 정적인 메소드

public static allEnabled ( ) : array
리턴 array

decodeAutoload() 공개 메소드

public decodeAutoload ( )

isEnabled() 공개 메소드

public isEnabled ( ) : boolean
리턴 boolean

registerWithAutoloader() 공개 메소드

Registers the plugins autoload paths with the autoloader.

프로퍼티 상세

$_after 보호되어 있는 정적으로 프로퍼티

protected static $_after

$_dataTypes 보호되어 있는 정적으로 프로퍼티

protected static $_dataTypes

$_validations 보호되어 있는 정적으로 프로퍼티

protected static $_validations