for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ext\Plugin;
class Base extends \Ext\Base
{
public function setPluginId($pluginId){
return $this->setProperty('pluginId',$pluginId);
}
public function getPluginId(){
return $this->getProperty('pluginId');