public function __construct(Placeholder $placeholder)
 {
     $this->placeholder = $placeholder;
     $this->value = $placeholder->getDefault();
 }