SectionConnectionFactory
Table of Contents
Methods
-
__construct()
: mixed
-
getFromSectionConnection()
: SectionConnection|null
-
getListByConnection()
: array<string|int, mixed>
-
getSectionConnection()
: SectionConnection|null
__construct()
public
__construct() : mixed
getFromSectionConnection()
public
getFromSectionConnection(Section $section, Connection $connection) : SectionConnection|null
Parameters
-
$section
: Section
-
-
$connection
: Connection
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
getListByConnection()
public
getListByConnection(Connection $connection[, bool $onlyActive = true ]) : array<string|int, mixed>
Parameters
-
$connection
: Connection
-
-
$onlyActive
: bool
= true
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>
getSectionConnection()
public
getSectionConnection(array<string|int, mixed> $params) : SectionConnection|null
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
BaseException