PHP Class NewsModule

Inheritance: extends YWebModule
Datei anzeigen Open project: yupe/yupe Class Usage Examples

Public Properties

Property Type Description
$allowedExtensions string
$maxFiles integer
$maxSize integer
$minSize integer
$perPage integer
$rssCount integer
$uploadPath string

Public Methods

Method Description
checkSelf ( ) : array | boolean
getAdminPageLink ( ) : string
getAuthItems ( ) : array
getAuthor ( ) : string
getAuthorEmail ( ) : string
getCategory ( ) : string
getDependencies ( ) : array
getDescription ( ) : string
getEditableParams ( ) : array
getEditableParamsGroups ( ) : array
getIcon ( ) : string
getInstall ( ) : boolean
getIsInstallDefault ( ) : boolean
getName ( ) : string
getNavigation ( ) : array
getParamsLabels ( ) : array
getUrl ( ) : string
getVersion ( ) : string
init ( )
isMultiLang ( ) : boolean

Method Details

checkSelf() public method

public checkSelf ( ) : array | boolean
return array | boolean

getAuthItems() public method

public getAuthItems ( ) : array
return array

getAuthor() public method

public getAuthor ( ) : string
return string

getAuthorEmail() public method

public getAuthorEmail ( ) : string
return string

getCategory() public method

public getCategory ( ) : string
return string

getDependencies() public method

public getDependencies ( ) : array
return array

getDescription() public method

public getDescription ( ) : string
return string

getEditableParams() public method

public getEditableParams ( ) : array
return array

getEditableParamsGroups() public method

public getEditableParamsGroups ( ) : array
return array

getIcon() public method

public getIcon ( ) : string
return string

getInstall() public method

public getInstall ( ) : boolean
return boolean

getIsInstallDefault() public method

public getIsInstallDefault ( ) : boolean
return boolean

getName() public method

public getName ( ) : string
return string

getNavigation() public method

public getNavigation ( ) : array
return array

getParamsLabels() public method

public getParamsLabels ( ) : array
return array

getUrl() public method

public getUrl ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

init() public method

public init ( )

isMultiLang() public method

public isMultiLang ( ) : boolean
return boolean

Property Details

$allowedExtensions public_oe property

public string $allowedExtensions
return string

$maxFiles public_oe property

public int $maxFiles
return integer

$maxSize public_oe property

public int $maxSize
return integer

$minSize public_oe property

public int $minSize
return integer

$perPage public_oe property

public int $perPage
return integer

$rssCount public_oe property

public int $rssCount
return integer

$uploadPath public_oe property

public string $uploadPath
return string