/**
  * Gets whether or not this field is TubePress Pro only.
  *
  * @return boolean True if this field is TubePress Pro only. False otherwise.
  */
 public final function isProOnly()
 {
     return $this->_optionDescriptor->isProOnly();
 }