Pyrech\ComposerChangelogs\OperationHandler\OperationHandler::extractSourceUrl PHP Метод

extractSourceUrl() публичный Метод

Extract the source url for the package related to the given operation.
public extractSourceUrl ( Composer\DependencyResolver\Operation\OperationInterface $operation ) : string
$operation Composer\DependencyResolver\Operation\OperationInterface
Результат string
    public function extractSourceUrl(OperationInterface $operation);