PHP Class Tdt\Core\Repositories\XlsDefinitionRepository

Inheritance: extends Tdt\Core\Repositories\TabularBaseRepository, implements Tdt\Core\Repositories\Interfaces\XlsDefinitionRepositoryInterface
Show file Open project: tdt/core

Protected Properties

Property Type Description
$rules

Public Methods

Method Description
__construct ( XlsDefinition $model )
getAllParameters ( ) Retrieve the set of create parameters that make up a XLS definition.
getCreateParameters ( ) Retrieve the set of create parameters that make up a XLS definition.

Protected Methods

Method Description
extractColumns ( $input )

Method Details

__construct() public method

public __construct ( XlsDefinition $model )
$model XlsDefinition

extractColumns() protected method

protected extractColumns ( $input )

getAllParameters() public method

Include the parameters that make up relationships with this model.
public getAllParameters ( )

getCreateParameters() public method

Retrieve the set of create parameters that make up a XLS definition.
public getCreateParameters ( )

Property Details

$rules protected property

protected $rules