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
Afficher le fichier Open project: vimeo/ablincoln

Méthodes protégées

Méthode Description
_simpleExecute ( ) : mixed Choose an element randomly from the parameter array

Method Details

_simpleExecute() protected méthode

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