<?php
namespace Khepin;

class UrlService {
    
    //...

    public function getAll(){
        return $this->urls;
    }
}