phpDoc class docs: Use {@inheritDoc} in AbstractPicoPlugin
This commit is contained in:
parent
d72bc24ab3
commit
bbccb374de
1 changed files with 7 additions and 7 deletions
|
@ -87,7 +87,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @see PicoPluginInterface::handleEvent()
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
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)
|
||||
{
|
||||
|
@ -138,7 +138,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @see PicoPluginInterface::isEnabled()
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function isEnabled()
|
||||
{
|
||||
|
@ -146,7 +146,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @see PicoPluginInterface::isStatusChanged()
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function isStatusChanged()
|
||||
{
|
||||
|
@ -154,7 +154,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @see PicoPluginInterface::getPico()
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getPico()
|
||||
{
|
||||
|
@ -250,7 +250,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @see PicoPluginInterface::getDependencies()
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getDependencies()
|
||||
{
|
||||
|
@ -295,7 +295,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @see PicoPluginInterface::getDependants()
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getDependants()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue