示例#1
0
 /**
  * 
  * Append Geo-located attribute to element Object
  * 
  * @param  Orion\Context\ContextFactory  $restriction Attributes can be initialized 
  * @return self
  */
 public function addGeoRestriction($restriction)
 {
     $this->_context->put("restriction", $restriction->getRestriction());
     return $this;
 }