コード例 #1
0
ファイル: Resource.php プロジェクト: samizdam/WebDAV
 /**
  * Returns the property with the specified name.
  *
  * @param string $name The name of the property
  *
  * @return PropertyInterface Returns the property with the given name or <tt>null</tt>
  * if the property does not exist
  */
 public function getProperty($name)
 {
     return $this->properties->get($name);
 }