Example #1
0
 public static function createFromString($fieldName, $fieldValue, array $requiredKeys = null)
 {
     return static::create($fieldName, HeaderParser::parseFieldValue($fieldValue, $requiredKeys));
 }