Sets the exported specifiers
ExportSpecifier[] $specifiers Exported specifiers:
$this
public function setSpecifiers($specifiers) { $this->assertArrayOf($specifiers, "ExportSpecifier"); $this->specifiers = $specifiers; return $this; }