Chumper\Zipper\Zipper::getStatus PHP Метод

getStatus() публичный Метод

Gets the status of the zip.
public getStatus ( ) : integer
Результат integer The status of the internal zip file
    public function getStatus()
    {
        return $this->repository->getStatus();
    }

Usage Example

Пример #1
0
 /**
  * Gets the status of the zip.
  *
  * @return integer The status of the internal zip file
  * @static 
  */
 public static function getStatus()
 {
     return \Chumper\Zipper\Zipper::getStatus();
 }