Changeset 28 for php/trunk/classes/rdfa_Projection.php
- Timestamp:
- Jul 13, 2011, 12:35:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/classes/rdfa_Projection.php
r21 r28 49 49 * Creates a Projection instance from a Data instance, reflecting a given subject in the triple data. 50 50 * 51 * Note: a projection is to be created by the following methods only: 51 * \param rdfaData instance of Reader holding the RDF data 52 * \param subject subject of the projection 53 * \param template template array specifying the members to be created from data linked to the subject 54 * 55 * \note A projection is to be created by the following methods only: 52 56 * - rdfa::Data::getProjection() 53 57 * - rdfa::Data::getProjections() 54 58 * - rdfa::Data::query() 55 *56 * \param rdfaData instance of Reader holding the RDF data57 * \param subject subject of the projection58 * \param template template array specifying the members to be created from data linked to the subject59 59 */ 60 60 public function __construct( $rdfaData, $subject, $template) { … … 111 111 * All non-unique properties are NOT returned ! 112 112 * 113 * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>113 * \note This method is a library specific extension to the RDF API and RDFa API 114 114 * 115 115 */ … … 167 167 * \see rdfa::Data::setValue 168 168 * 169 * <strong>NOTE:169 * \note 170 170 * - This method is a library specific extension to the RDFa API 171 171 * - The parameter type is a library specific extension to the RDF API 172 * </strong>173 172 */ 174 173
Note:
See TracChangeset
for help on using the changeset viewer.