PHP 클래스 Carbon_Fields\Field

Used for shorter namespace access when creating a field.
파일 보기 프로젝트 열기: htmlburger/carbon-fields 1 사용 예제들

공개 메소드들

메소드 설명
factory ( $type, $name, $label = null ) A proxy for the abstract field factory method.
make ( $type, $name, $label = null ) An alias of factory().

메소드 상세

factory() 공개 정적인 메소드

A proxy for the abstract field factory method.
또한 보기: Carbon_Fields\Field\Field::factory()
public static factory ( $type, $name, $label = null )

make() 공개 정적인 메소드

An alias of factory().
또한 보기: Field::factory()
public static make ( $type, $name, $label = null )