PMA\libraries\plugins\schema\eps\Eps::setTitle PHP Method

setTitle() public method

Set document title
public setTitle ( string $value ) : void
$value string sets the title text
return void
    public function setTitle($value)
    {
        $this->stringCommands .= '%%Title: ' . $value . "\n";
    }