PHP Class Elcodi\Admin\MetricBundle\Model\PartialInterval

Show file Open project: elcodi/bamboo Class Usage Examples

Public Methods

Method Description
__construct ( array $elements, string $first ) Construct
create ( array $elements, string $first ) : self Static creation
getElements ( ) : array Get Elements
getFirst ( ) : string Get First

Method Details

__construct() public method

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

create() public static method

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

getElements() public method

Get Elements
public getElements ( ) : array
return array Elements

getFirst() public method

Get First
public getFirst ( ) : string
return string First