PHP 클래스 Doctrine\ODM\CouchDB\View\DoctrineAssociations

부터: 1.0
저자: Benjamin Eberlei ([email protected])
상속: implements Doctrine\CouchDB\View\DesignDocument
파일 보기 프로젝트 열기: doctrine/couchdb-odm

공개 메소드들

메소드 설명
getData ( ) Get view code

메소드 상세

getData() 공개 메소드

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 ( )