/**
  * {@inheritDoc}
  */
 public function getAttribute($ak, $mode = false)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAttribute', array($ak, $mode));
     return parent::getAttribute($ak, $mode);
 }
 /**
  * Gets an attribute for the file. If "nice mode" is set, we display it nicely
  * for use in the file attributes table
  */
 public function getAttribute($ak, $mode = false)
 {
     return parent::getAttribute($ak, $mode);
 }