Swift_MemorySpool::isStarted PHP Method

isStarted() public method

Tests if this Transport mechanism has started.
public isStarted ( ) : boolean
return boolean
    public function isStarted()
    {
        return true;
    }