コード例 #1
0
ファイル: ResContainer.php プロジェクト: richardjennings/rap
 /**
  * Returns true, if this resource is a container from type rdf:Seq
  *
  * @return	boolean 
  * @access	public
  */
 function isSeq()
 {
     return $this->containerType->getURI() == RDF_NAMESPACE_URI . RDF_SEQ;
 }