Pheasant\Types\BaseType::options PHP 메소드

options() 공개 메소드

Gets the {@link Options} object associated with the type
public options ( )
    public function options()
    {
        return $this->_options;
    }