PHP 클래스 Crummy\Phlack\Message\Field

상속: extends Partial, implements Crummy\Phlack\Message\FieldInterface
파일 보기 프로젝트 열기: mcrumm/phlack 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$optional

공개 메소드들

메소드 설명
__construct ( string $title = null, string $value = null, boolean $isShort = null ) Constructor.
isShort ( ) : boolean

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $title = null, string $value = null, boolean $isShort = null )
$title string
$value string
$isShort boolean

isShort() 공개 메소드

public isShort ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected $optional