예제 #1
0
 public function getEditAttributeKeyURL(AttributeKeyInterface $key)
 {
     $args = array($this->getDashboardPagePath(), $this->getDashboardPageEditAction());
     $args = array_merge($args, $this->getDashboardPageParameters(), array($key->getAttributeKeyID()));
     return call_user_func_array(array('\\URL', 'to'), $args);
 }