PHP Class App\Source\ModelFieldBuilder\AField

Inheritance: implements App\Source\ModelFieldBuilder\Interfaces\IField
ファイルを表示 Open project: andrey900/slimcms

Public Properties

Property Type Description
$className
$idName
$placeholder
$sort
$value
$visible

Protected Properties

Property Type Description
$allowTypes
$correct
$defaultType
$inputObject

Public Methods

Method Description
__construct ( stdClass $obj )
correct ( )
getInputParams ( )
noVisible ( $trig = true )
setValue ( $value )

Protected Methods

Method Description
checkCorrectedFormat ( $obj )
setInput ( $obj )
toString ( $str )

Method Details

__construct() public method

public __construct ( stdClass $obj )
$obj stdClass

checkCorrectedFormat() protected method

protected checkCorrectedFormat ( $obj )

correct() public method

public correct ( )

getInputParams() public method

public getInputParams ( )

noVisible() public method

public noVisible ( $trig = true )

setInput() protected method

protected setInput ( $obj )

setValue() public method

public setValue ( $value )

toString() protected method

protected toString ( $str )

Property Details

$allowTypes protected_oe property

protected $allowTypes

$className public_oe property

public $className

$correct protected_oe property

protected $correct

$defaultType protected_oe property

protected $defaultType

$idName public_oe property

public $idName

$inputObject protected_oe property

protected $inputObject

$placeholder public_oe property

public $placeholder

$sort public_oe property

public $sort

$value public_oe property

public $value

$visible public_oe property

public $visible