AppserverIo\Appserver\Core\Api\Node\JobNode::getName PHP Méthode

getName() public méthode

Returns the job name.
public getName ( ) : string
Résultat string The job name
    public function getName()
    {
        return $this->name;
    }