Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 1... Línea 1...
1
<?php
1
<?php
Línea 2... Línea -...
2
 
-
 
3
declare(strict_types=1);
2
 
4
/**
3
/**
5
 * SimplePie
4
 * SimplePie
6
 *
5
 *
7
 * A PHP-Based RSS and Atom Feed Framework.
6
 * A PHP-Based RSS and Atom Feed Framework.
Línea 180... Línea 179...
180
     * @param string $name
179
     * @param string $name
181
     * @param mixed $value
180
     * @param mixed $value
182
     */
181
     */
183
    public function __set($name, $value)
182
    public function __set($name, $value)
184
    {
183
    {
185
        trigger_error("Cannot write property $name", E_USER_ERROR);
184
        throw new Exception("Cannot write property $name");
186
    }
185
    }
Línea 187... Línea 186...
187
 
186
 
188
    /**
187
    /**
189
     * Set the compressed string and related properties
188
     * Set the compressed string and related properties