PHP Class Locker\Repository\Statement\IndexOptions

Inheritance: extends Options
Datei anzeigen Open project: learninglocker/learninglocker Class Usage Examples

Protected Properties

Property Type Description
$defaults
$types

Protected Methods

Method Description
mergeDefaults ( array $opts ) : [String Returns all of the index options set to their default or given value (using the given options).
validate ( $opts ) : [String Validates the given options as index options.

Method Details

mergeDefaults() protected method

Returns all of the index options set to their default or given value (using the given options).
protected mergeDefaults ( array $opts ) : [String
$opts array
return [String

validate() protected method

Validates the given options as index options.
protected validate ( $opts ) : [String
return [String

Property Details

$defaults protected_oe property

protected $defaults

$types protected_oe property

protected $types