Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 5... Línea 5...
5
#[\AllowDynamicProperties]
5
#[\AllowDynamicProperties]
6
class ClosureStream
6
class ClosureStream
7
{
7
{
8
    /**
8
    /**
9
     * The stream protocol.
9
     * The stream protocol.
-
 
10
     *
-
 
11
     * @var string
10
     */
12
     */
11
    const STREAM_PROTO = 'laravel-serializable-closure';
13
    const STREAM_PROTO = 'laravel-serializable-closure';
Línea 12... Línea 14...
12
 
14
 
13
    /**
15
    /**