\Fuman_Template_InputTypeUsage

Used to get template usage info about a class

Summary

Methods
Properties
Constants
__construct()
getClassName()
getPlaceholder()
getDescription()
setShortDescription()
getShortDescription()
getTableUniqueName()
getRealPlaceholder()
No public properties found
No constants found
No protected methods found
$_className
$_placeholder
$_description
$_shortDescription
$_tableUniqueName
N/A
No private methods found
No private properties found
N/A

Properties

$_className

$_className : 

Type

$_placeholder

$_placeholder : 

Type

$_description

$_description : 

Type

$_shortDescription

$_shortDescription : 

Type

$_tableUniqueName

$_tableUniqueName : 

Type

Methods

__construct()

__construct(string  $className, string  $tableUniqueName, null|string  $placeholder, null|string  $description = null) 

Constructor

Parameters

string $className
string $tableUniqueName
null|string $placeholder
null|string $description

getClassName()

getClassName() : string

Gets class name

Returns

string

getPlaceholder()

getPlaceholder() : string

Gets placeholder

Returns

string

getDescription()

getDescription() : null

Gets description

Returns

null

setShortDescription()

setShortDescription(string  $shortDescription) 

Sets short description

Parameters

string $shortDescription

getShortDescription()

getShortDescription() : string

Gets short description

Returns

string

getTableUniqueName()

getTableUniqueName() : string

Get table unique name

Returns

string

getRealPlaceholder()

getRealPlaceholder() : string

Gets real placeholder

Returns

string