Gittern\Gaufrette\GitternIndexAdapter::__construct PHP Метод

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

public __construct ( Repository $repo, $autoflush = true )
$repo Gittern\Repository
    public function __construct(Repository $repo, $autoflush = true)
    {
        $this->repo = $repo;
        $this->autoflush = $autoflush;
    }