rowCount() == 0) { return null; } else { return $stmt; } } public function formatRecord($record = null) { throw new PropelException('The Statement formatter cannot transform a record into a statement'); } public function isObjectFormatter() { return false; } }