phpDoc class docs: Use {@inheritDoc} in AbstractPicoPlugin
This commit is contained in:
parent
d72bc24ab3
commit
bbccb374de
@ -87,7 +87,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::handleEvent()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function handleEvent($eventName, array $params)
|
public function handleEvent($eventName, array $params)
|
||||||
{
|
{
|
||||||
@ -122,7 +122,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::setEnabled()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function setEnabled($enabled, $recursive = true, $auto = false)
|
public function setEnabled($enabled, $recursive = true, $auto = false)
|
||||||
{
|
{
|
||||||
@ -138,7 +138,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::isEnabled()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function isEnabled()
|
public function isEnabled()
|
||||||
{
|
{
|
||||||
@ -146,7 +146,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::isStatusChanged()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function isStatusChanged()
|
public function isStatusChanged()
|
||||||
{
|
{
|
||||||
@ -154,7 +154,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::getPico()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function getPico()
|
public function getPico()
|
||||||
{
|
{
|
||||||
@ -250,7 +250,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::getDependencies()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function getDependencies()
|
public function getDependencies()
|
||||||
{
|
{
|
||||||
@ -295,7 +295,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PicoPluginInterface::getDependants()
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function getDependants()
|
public function getDependants()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user