Newscoop\Doctrine\AdoDbStatement::__construct PHP Method

__construct() public method

public __construct ( Doctrine\DBAL\Driver\Statement $statement )
$statement Doctrine\DBAL\Driver\Statement
    public function __construct(Statement $statement)
    {
        $this->statement = $statement;
    }