mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-05 12:38:41 +00:00
Fix doc align
This commit is contained in:
parent
e87c74db87
commit
79f6b4f789
|
|
@ -30,7 +30,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
@ -44,7 +44,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Primary table.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $table = 'FiKostenstellen';
|
||||
|
|
@ -52,7 +52,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Created at.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $createdAt = 'row_create_time';
|
||||
|
|
@ -60,7 +60,7 @@ final class GSDCostCenterMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Primary field name.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $primaryField = 'ROW_ID';
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
@ -44,7 +44,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Primary table.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $table = 'FiKostentraeger';
|
||||
|
|
@ -52,7 +52,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Created at.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $createdAt = 'row_create_time';
|
||||
|
|
@ -60,7 +60,7 @@ final class GSDCostObjectMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Primary field name.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $primaryField = 'ROW_ID';
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Interface ID.
|
||||
*
|
||||
* @var int
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $id = 0;
|
||||
|
|
@ -40,7 +40,7 @@ class InterfaceManager
|
|||
/**
|
||||
* File path.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $path = '';
|
||||
|
|
@ -48,7 +48,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Info data.
|
||||
*
|
||||
* @var array<string, mixed>
|
||||
* @var array<string, mixed>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $info = [];
|
||||
|
|
@ -56,7 +56,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Object constructor.
|
||||
*
|
||||
* @param string $path Info file path
|
||||
* @param string $path Info file path
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -68,7 +68,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return string
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -80,7 +80,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Get info path
|
||||
*
|
||||
* @return string
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -92,7 +92,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Get info path
|
||||
*
|
||||
* @return string
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -104,7 +104,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Get info name
|
||||
*
|
||||
* @return string
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -116,7 +116,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Provides import interface
|
||||
*
|
||||
* @return string
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -128,7 +128,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Provides export interface
|
||||
*
|
||||
* @return string
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -140,9 +140,9 @@ class InterfaceManager
|
|||
/**
|
||||
* Load info data from path.
|
||||
*
|
||||
* @return void
|
||||
* @return void
|
||||
*
|
||||
* @throws PathException This exception is thrown in case the info file path doesn't exist.
|
||||
* @throws PathException This exception is thrown in case the info file path doesn't exist.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -158,7 +158,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Update info file
|
||||
*
|
||||
* @return void
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -174,11 +174,11 @@ class InterfaceManager
|
|||
/**
|
||||
* Set data
|
||||
*
|
||||
* @param string $path Value path
|
||||
* @param mixed $data Scalar or array of data to set
|
||||
* @param string $delim Delimiter of path
|
||||
* @param string $path Value path
|
||||
* @param mixed $data Scalar or array of data to set
|
||||
* @param string $delim Delimiter of path
|
||||
*
|
||||
* @return void
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -194,7 +194,7 @@ class InterfaceManager
|
|||
/**
|
||||
* Get info data.
|
||||
*
|
||||
* @return array<string, mixed>
|
||||
* @return array<string, mixed>
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
@ -46,7 +46,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Primary table.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $table = 'exchange';
|
||||
|
|
@ -54,7 +54,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Created at.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $createdAt = 'exchange_created_at';
|
||||
|
|
@ -62,7 +62,7 @@ final class InterfaceManagerMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Primary field name.
|
||||
*
|
||||
* @var string
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $primaryField = 'exchange_id';
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
$interfaces = $this->getData('interfaces');
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
$interfaces = $this->getData('interfaces');
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
$lang = $this->getData('lang');
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user