/**
  * {@inheritDoc}
  */
 public function getDisplayedData()
 {
     return $this->getOption('always_empty') || !$this->isSubmitted() ? '' : parent::getDisplayedData();
 }
예제 #2
0
 public function getDisplayedData()
 {
     // TESTME
     return $this->getOption('always_empty') && !$this->isBound() ? '' : parent::getDisplayedData();
 }