mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
php doc
This commit is contained in:
parent
4e594ac303
commit
f76de7bdda
@ -28,14 +28,8 @@ class ClientsModel extends ListModel
|
|||||||
protected $context = 'com_oauthserver.clients';
|
protected $context = 'com_oauthserver.clients';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* @inheritDoc
|
||||||
*
|
* @since version
|
||||||
* @param array $config An optional associative array of configuration settings.
|
|
||||||
* @param MVCFactoryInterface|null $factory The factory.
|
|
||||||
*
|
|
||||||
* @throws \Exception
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
public function __construct($config = [], MVCFactoryInterface $factory = null)
|
public function __construct($config = [], MVCFactoryInterface $factory = null)
|
||||||
{
|
{
|
||||||
@ -51,14 +45,8 @@ class ClientsModel extends ListModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method to auto-populate the model state.
|
* @inheritDoc
|
||||||
*
|
* @since version
|
||||||
* @param string $ordering An optional ordering field.
|
|
||||||
* @param string $direction An optional direction (asc|desc).
|
|
||||||
*
|
|
||||||
* @throws \Exception
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
protected function populateState($ordering = null, $direction = null): void
|
protected function populateState($ordering = null, $direction = null): void
|
||||||
{
|
{
|
||||||
@ -69,13 +57,8 @@ class ClientsModel extends ListModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method to get a store id based on model configuration state.
|
* @inheritDoc
|
||||||
*
|
* @since version
|
||||||
* @param string $id A prefix for the store id.
|
|
||||||
*
|
|
||||||
* @return string A store id.
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
protected function getStoreId($id = ''): string
|
protected function getStoreId($id = ''): string
|
||||||
{
|
{
|
||||||
@ -123,13 +106,8 @@ class ClientsModel extends ListModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method to get a DatabaseQuery object for retrieving the data set from a database.
|
* @inheritDoc
|
||||||
*
|
* @since version
|
||||||
* @return QueryInterface A QueryInterface object to retrieve the data set.
|
|
||||||
*
|
|
||||||
* @throws \Exception
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
protected function getListQuery(): QueryInterface
|
protected function getListQuery(): QueryInterface
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user