Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 31... Línea 31...
31
    {
31
    {
32
        return $this->url;
32
        return $this->url;
33
    }
33
    }
Línea 34... Línea 34...
34
 
34
 
-
 
35
    /**
-
 
36
     * @param $property
-
 
37
     * @return mixed
-
 
38
     */
-
 
39
    public function getProperty($property)
-
 
40
    {
-
 
41
        if (isset($this->properties[$property])) {
-
 
42
            return $this->properties[$property];
-
 
43
        }
-
 
44
 
-
 
45
        return null;
-
 
46
    }
-
 
47
 
35
    /**
48
    /**
36
     * @return mixed
49
     * @return mixed
37
     */
50
     */
38
    public function getProperties()
51
    public function getProperties()
39
    {
52
    {