public function phar($pathToFile) { $this->make($pathToFile, 'phar'); return $this; }
/** * Create a new phar file or open one * * @param $pathToFile * @return $this * @static */ public static function phar($pathToFile) { return \Chumper\Zipper\Zipper::phar($pathToFile); }