File tree Expand file tree Collapse file tree 4 files changed +25
-18
lines changed Expand file tree Collapse file tree 4 files changed +25
-18
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ class BrowseLdapServer extends Command
29
29
*/
30
30
protected $ signature = 'ldap:browse {connection=default : The LDAP connection to browse.} ' ;
31
31
32
+ /**
33
+ * The description of the console command.
34
+ *
35
+ * @var string
36
+ */
37
+ protected $ description = 'Interactively browse your LDAP server. ' ;
38
+
32
39
/**
33
40
* The LDAP connections base DN (root).
34
41
*/
Original file line number Diff line number Diff line change 8
8
class MakeLdapModel extends GeneratorCommand
9
9
{
10
10
/**
11
- * The console command name .
11
+ * The type of class being generated .
12
12
*
13
13
* @var string
14
14
*/
15
- protected $ name = 'ldap:make:model ' ;
15
+ protected $ type = 'LDAP Model ' ;
16
16
17
17
/**
18
- * The console command description .
18
+ * The console command name .
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ description = 'Create a new LDAP model. ' ;
22
+ protected $ name = 'ldap:make: model ' ;
23
23
24
24
/**
25
- * The type of class being generated .
25
+ * The console command description .
26
26
*
27
27
* @var string
28
28
*/
29
- protected $ type = 'LDAP Model ' ;
29
+ protected $ description = 'Create a new LDAP model. ' ;
30
30
31
31
/**
32
32
* {@inheritdoc}
Original file line number Diff line number Diff line change 8
8
class MakeLdapRule extends GeneratorCommand
9
9
{
10
10
/**
11
- * The console command name .
11
+ * The type of class being generated .
12
12
*
13
13
* @var string
14
14
*/
15
- protected $ name = 'ldap:make:rule ' ;
15
+ protected $ type = 'LDAP Rule ' ;
16
16
17
17
/**
18
- * The console command description .
18
+ * The console command name .
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ description = 'Create a new LDAP authentication rule. ' ;
22
+ protected $ name = 'ldap:make: rule ' ;
23
23
24
24
/**
25
- * The type of class being generated .
25
+ * The console command description .
26
26
*
27
27
* @var string
28
28
*/
29
- protected $ type = 'LDAP Rule ' ;
29
+ protected $ description = 'Create a new LDAP authentication rule. ' ;
30
30
31
31
/**
32
32
* {@inheritdoc}
Original file line number Diff line number Diff line change 8
8
class MakeLdapScope extends GeneratorCommand
9
9
{
10
10
/**
11
- * The console command name .
11
+ * The type of class being generated .
12
12
*
13
13
* @var string
14
14
*/
15
- protected $ name = 'ldap:make:scope ' ;
15
+ protected $ type = 'LDAP Scope ' ;
16
16
17
17
/**
18
- * The console command description .
18
+ * The console command name .
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ description = 'Create a new LDAP query scope. ' ;
22
+ protected $ name = 'ldap:make: scope ' ;
23
23
24
24
/**
25
- * The type of class being generated .
25
+ * The console command description .
26
26
*
27
27
* @var string
28
28
*/
29
- protected $ type = 'LDAP Scope ' ;
29
+ protected $ description = 'Create a new LDAP query scope. ' ;
30
30
31
31
/**
32
32
* {@inheritdoc}
You can’t perform that action at this time.
0 commit comments