PHP 클래스 Elcodi\Admin\MetricBundle\Model\PartialInterval

파일 보기 프로젝트 열기: elcodi/bamboo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $elements, string $first ) Construct
create ( array $elements, string $first ) : self Static creation
getElements ( ) : array Get Elements
getFirst ( ) : string Get First

메소드 상세

__construct() 공개 메소드

Construct
public __construct ( array $elements, string $first )
$elements array Elements
$first string First

create() 공개 정적인 메소드

Static creation
public static create ( array $elements, string $first ) : self
$elements array Elements
$first string First
리턴 self New instance

getElements() 공개 메소드

Get Elements
public getElements ( ) : array
리턴 array Elements

getFirst() 공개 메소드

Get First
public getFirst ( ) : string
리턴 string First