Sulu\Bundle\ResourceBundle\Entity\Operator::getValues PHP Method

getValues() public method

Get values.
public getValues ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getValues()
    {
        return $this->values;
    }