mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed phpdoc documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@103390 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6460d09570
commit
271584e43b
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* An abstract base class for the string field types (i.e. Varchar and Text)
|
* An abstract base class for the string field types (i.e. Varchar and Text)
|
||||||
* @package silverstripe
|
* @package sapphire
|
||||||
* @subpackage model
|
* @subpackage model
|
||||||
* @author Pete Bacon Darwin
|
* @author Pete Bacon Darwin
|
||||||
*
|
*
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Test reporter optimised for CLI (ie, plain-text) output
|
* Test reporter optimised for CLI (ie, plain-text) output
|
||||||
*
|
*
|
||||||
* @package sapphire
|
* @package sapphire
|
||||||
* @subpackage testing
|
* @subpackage testing
|
||||||
*/
|
*/
|
||||||
class CliTestReporter extends SapphireTestReporter {
|
class CliTestReporter extends SapphireTestReporter {
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A PermissionRoleCode represents a single permission code assigned to a {@link PermissionRole}.
|
* A PermissionRoleCode represents a single permission code assigned to a {@link PermissionRole}.
|
||||||
|
*
|
||||||
|
* @package sapphire
|
||||||
|
* @subpackage security
|
||||||
*/
|
*/
|
||||||
class PermissionRoleCode extends DataObject {
|
class PermissionRoleCode extends DataObject {
|
||||||
static $db = array(
|
static $db = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user