addMetadatasArg() защищенный Метод

Computes modes, modules and metadatas to a single commandline
protected addMetadatasArg ( MetadataBag $metadatas ) : string
$metadatas PHPExiftool\Driver\Metadata\MetadataBag A Bag of metadatas
Результат string A part of the command
Пример #1
0
 public function addMetadatasArgTester($metadatas)
 {
     return parent::addMetadatasArg($metadatas);
 }