Jarves\Configuration\Stream::setLabel PHP Method

setLabel() public method

public setLabel ( string $label )
$label string
    public function setLabel($label)
    {
        $this->label = $label;
    }