PHP 클래스 PHPExiftool\Exiftool

상속: implements Psr\Log\LoggerAwareInterface
파일 보기 프로젝트 열기: romainneutron/PHPExiftool 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Psr\Log\LoggerInterface $logger )
executeCommand ( string $command ) : string Execute a command and return the output
setLogger ( Psr\Log\LoggerInterface $logger )

보호된 메소드들

메소드 설명
getBinary ( ) : string

메소드 상세

__construct() 공개 메소드

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

executeCommand() 공개 메소드

Execute a command and return the output
public executeCommand ( string $command ) : string
$command string
리턴 string

getBinary() 보호된 정적인 메소드

protected static getBinary ( ) : string
리턴 string

setLogger() 공개 메소드

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