AcmePhp\Cli\Action\PushSftpAction::getLastError PHP 메소드

getLastError() 보호된 메소드

protected getLastError ( League\Flysystem\AdapterInterface $adapter ) : string
$adapter League\Flysystem\AdapterInterface
리턴 string
    protected function getLastError(AdapterInterface $adapter)
    {
        return $adapter->getConnection()->getLastSFTPError();
    }