name = $metadataName; $this->value = $metadataValue; $this->filter(); } protected function filter() { foreach($this->table->getRows() as $row) { $row->addMetadata($this->name, $this->value); } } }