AppserverIo\Appserver\Core\Api\Node\SessionSavePathNode::__construct PHP Method

__construct() public method

Initializes the display name node with the necessary data.
public __construct ( AppserverIo\Configuration\Interfaces\ValueInterface $nodeValue = null )
$nodeValue AppserverIo\Configuration\Interfaces\ValueInterface The params initial value
    public function __construct(ValueInterface $nodeValue = null)
    {
        // initialize the UUID
        $this->setUuid($this->newUuid());
        // set the data
        $this->nodeValue = $nodeValue;
    }
SessionSavePathNode