getArchiveType() public méthode

Get the type of the Archive
public getArchiveType ( ) : string
Résultat string
Exemple #1
0
 public function testMake()
 {
     $this->assertEquals('ArrayArchive', $this->archive->getArchiveType());
     $this->assertEquals('foo', $this->archive->getFilePath());
 }
Exemple #2
0
 /**
  * Get the type of the Archive
  *
  * @return string 
  * @static 
  */
 public static function getArchiveType()
 {
     return \Chumper\Zipper\Zipper::getArchiveType();
 }