Example #1
0
 /**
  *  Get new instance of specification field value
  *
  *	@param SpecField $field Instance of SpecField (must be a selector field)
  *  @return SpecFieldValue
  */
 public static function getNewInstance(SpecField $field)
 {
     return parent::getNewInstance(__CLASS__, $field);
 }