PHP Class PHPExiftool\Exiftool

Inheritance: implements Psr\Log\LoggerAwareInterface
Afficher le fichier Open project: romainneutron/PHPExiftool Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Psr\Log\LoggerInterface $logger )
executeCommand ( string $command ) : string Execute a command and return the output
setLogger ( Psr\Log\LoggerInterface $logger )

Méthodes protégées

Méthode Description
getBinary ( ) : string

Method Details

__construct() public méthode

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface

executeCommand() public méthode

Execute a command and return the output
public executeCommand ( string $command ) : string
$command string
Résultat string

getBinary() protected static méthode

protected static getBinary ( ) : string
Résultat string

setLogger() public méthode

public setLogger ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface