PHP Class Vimeo\ABLincoln\Operators\Random\UniformChoice

Required Inputs: - 'choices': array of elements to draw from Optional Inputs: None
Inheritance: extends Vimeo\ABLincoln\Operators\RandomOperator
Datei anzeigen Open project: vimeo/ablincoln

Protected Methods

Method Description
_simpleExecute ( ) : mixed Choose an element randomly from the parameter array

Method Details

_simpleExecute() protected method

Choose an element randomly from the parameter array
protected _simpleExecute ( ) : mixed
return mixed the element chosen from the given array