/**
  * {@inheritdoc}
  *
  * NOTE: This is just to capture the flag locally
  */
 public function keepFrame($flag, $position = array('center', 'middle'))
 {
     $this->_keepFrame = (bool) $flag;
     return parent::keepFrame($flag, $position);
 }