Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 324 Rev 325
Línea 5... Línea 5...
5
 
5
 
6
class HabitContent
6
class HabitContent
Línea -... Línea 7...
-
 
7
{
-
 
8
 
-
 
9
    
7
{
10
    const STATUS_ACTIVE = 'a';
8
 
11
    const STATUS_INACTIVE = 'i';
9
    
12
    
10
    const TYPE_IMAGE = 'image';
13
    const TYPE_IMAGE = 'image';
Línea 63... Línea 66...
63
     *
66
     *
64
     * @var string
67
     * @var string
65
     */
68
     */
66
    public $file;
69
    public $file;
Línea -... Línea 70...
-
 
70
 
-
 
71
    /**
-
 
72
     *
-
 
73
     * @var string
-
 
74
     */
Línea 67... Línea 75...
67
 
75
    public $status;
68
    
76
    
69
    
77