Gittern\Transport\Packfile::__construct PHP Метод

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

public __construct ( Iodophor\Io\Reader $reader )
$reader Iodophor\Io\Reader
    public function __construct(Reader $reader)
    {
        $this->reader = $reader;
    }