Prado\Data\TDbDataReader::__construct PHP Méthode

__construct() public méthode

Constructor.
public __construct ( TDbCommand $command )
$command TDbCommand
    public function __construct(TDbCommand $command)
    {
        $this->_statement = $command->getPdoStatement();
        $this->_statement->setFetchMode(PDO::FETCH_ASSOC);
    }