for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SilverStripe\Admin;
use Extension;
/**
* Plug-ins for additional functionality in your LeftAndMain classes.
*
* @package framework
* @subpackage admin
*/
abstract class LeftAndMainExtension extends Extension {
public function init() {
}
public function accessedCMS() {
public function augmentNewSiteTreeItem(&$item) {
$item
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.