Prado\IO\TTarFileExtractor::__construct PHP Метод

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

Archive_Tar Class constructor. This flavour of the constructor only declare a new Archive_Tar object, identifying it by the name of the tar file.
public __construct ( string $p_tarname )
$p_tarname string The name of the tar archive to create
    public function __construct($p_tarname)
    {
        $this->_tarname = $p_tarname;
    }