Repo2\QueryReactor\Driver\Mysqli\MysqliResult::__construct PHP Метод

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

public __construct ( mysqli_result $result )
$result mysqli_result
    public function __construct(\mysqli_result $result)
    {
        $this->result = $result;
    }