Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 536 Rev 563
Line 32... Line 32...
32
	protected $recherche = 'stricte';
32
	protected $recherche = 'stricte';
33
	protected $service = 'textes';
33
	protected $service = 'textes';
34
	protected $masque = null;
34
	protected $masque = null;
35
	protected $config;
35
	protected $config;
Line 36... Line 36...
36
	
36
	
37
	public function __construct() {
37
	public function __construct($config) {
38
		$this->config = is_null($config) ? Config::get('Textes') : $config;
38
		$this->config = is_null($config) ? Config::get('Textes') : $config;
Line 39... Line 39...
39
	}
39
	}