PHPExiftool\FileEntity::getFile PHP Method

getFile() public method

public getFile ( )
    public function getFile()
    {
        return $this->file;
    }

Usage Example

 /**
  * @covers PHPExiftool\FileEntity::getFile
  */
 public function testGetFile()
 {
     $this->assertInternalType('string', $this->object->getFile());
 }