phpDataMapper_Query::__construct PHP Method

__construct() public method

Constructor Method
public __construct ( phpDataMapper_Base $mapper )
$mapper phpDataMapper_Base
    public function __construct(phpDataMapper_Base $mapper)
    {
        $this->_mapper = $mapper;
    }