예제 #1
0
 public function __construct($attributeKey, $isSortable = true, $defaultSort = 'asc')
 {
     $this->attributeKey = $attributeKey;
     parent::__construct('ak_' . $attributeKey->getAttributeKeyHandle(), $attributeKey->getAttributeKeyDisplayName(), false, $isSortable, $defaultSort);
 }