PHP Class Traq\Models\Plugin

Since: 3.0.0
Author: Jack P.
Inheritance: extends Traq\Models\Model
ファイルを表示 Open project: nirix/traq Class Usage Examples

Protected Properties

Property Type Description
$_after
$_dataTypes
$_validations

Public Methods

Method Description
allEnabled ( ) : array
decodeAutoload ( )
isEnabled ( ) : boolean
registerWithAutoloader ( ) Registers the plugins autoload paths with the autoloader.

Method Details

allEnabled() public static method

public static allEnabled ( ) : array
return array

decodeAutoload() public method

public decodeAutoload ( )

isEnabled() public method

public isEnabled ( ) : boolean
return boolean

registerWithAutoloader() public method

Registers the plugins autoload paths with the autoloader.

Property Details

$_after protected_oe static_oe property

protected static $_after

$_dataTypes protected_oe static_oe property

protected static $_dataTypes

$_validations protected_oe static_oe property

protected static $_validations