<?phpnamespaceipl\Html\Contract;interfaceValueCandidates{/** * Get value candidates of this element * * @return array */publicfunctiongetValueCandidates();/** * Set value candidates of this element * * @param array $values * * @return $this */publicfunctionsetValueCandidates(array$values);}