Neos\Neos\Ui\Domain\Dto\LoadTreeDto::getActive PHP Method

getActive() public method

Get the active node
public getActive ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
return TYPO3\TYPO3CR\Domain\Model\NodeInterface
    public function getActive()
    {
        return $this->active;
    }