'key', 'url' => 'longstring', 'login' => 'string', 'password' => 'string', 'synchronise' => 'boolean' ); public $links = array( ); public function directory(){ require_once(__DIR__.SLASH.'..'.SLASH.'document'.SLASH.'Element.class.php'); $name = preg_replace('/\.git$|^http(s)?:\/\//is','',$this->url); return Element::root().'repository'.SLASH.slugify($name); } //Colonnes indexées public $indexes = array(); } ?>