PHP Class Doctrine\ODM\CouchDB\View\DoctrineAssociations

Since: 1.0
Author: Benjamin Eberlei ([email protected])
Inheritance: implements Doctrine\CouchDB\View\DesignDocument
Datei anzeigen Open project: doctrine/couchdb-odm

Public Methods

Method Description
getData ( ) Get view code

Method Details

getData() public method

Return the view code, which should be comitted to the database, which should be structured like: array( "name" => array( "map" => "code", ["reduce" => "code"], ), ... )
public getData ( )