PHP 클래스 App\Source\ModelFieldBuilder\AField

상속: implements App\Source\ModelFieldBuilder\Interfaces\IField
파일 보기 프로젝트 열기: andrey900/slimcms

공개 프로퍼티들

프로퍼티 타입 설명
$className
$idName
$placeholder
$sort
$value
$visible

보호된 프로퍼티들

프로퍼티 타입 설명
$allowTypes
$correct
$defaultType
$inputObject

공개 메소드들

메소드 설명
__construct ( stdClass $obj )
correct ( )
getInputParams ( )
noVisible ( $trig = true )
setValue ( $value )

보호된 메소드들

메소드 설명
checkCorrectedFormat ( $obj )
setInput ( $obj )
toString ( $str )

메소드 상세

__construct() 공개 메소드

public __construct ( stdClass $obj )
$obj stdClass

checkCorrectedFormat() 보호된 메소드

protected checkCorrectedFormat ( $obj )

correct() 공개 메소드

public correct ( )

getInputParams() 공개 메소드

public getInputParams ( )

noVisible() 공개 메소드

public noVisible ( $trig = true )

setInput() 보호된 메소드

protected setInput ( $obj )

setValue() 공개 메소드

public setValue ( $value )

toString() 보호된 메소드

protected toString ( $str )

프로퍼티 상세

$allowTypes 보호되어 있는 프로퍼티

protected $allowTypes

$className 공개적으로 프로퍼티

public $className

$correct 보호되어 있는 프로퍼티

protected $correct

$defaultType 보호되어 있는 프로퍼티

protected $defaultType

$idName 공개적으로 프로퍼티

public $idName

$inputObject 보호되어 있는 프로퍼티

protected $inputObject

$placeholder 공개적으로 프로퍼티

public $placeholder

$sort 공개적으로 프로퍼티

public $sort

$value 공개적으로 프로퍼티

public $value

$visible 공개적으로 프로퍼티

public $visible