public function readValueFromDictionary(array $dictionary)
 {
     // TODO: This is a little hacky but will only get us into trouble if we
     // have multiple view policy controls in multiple paged form views on the
     // same page, which seems unlikely.
     $this->setSpacePHID(idx($dictionary, 'spacePHID'));
     return parent::readValueFromDictionary($dictionary);
 }