Свойство | Тип | Описание | |
---|---|---|---|
$strTable | string | Table name |
Метод | Описание | |
---|---|---|
countPublishedByPidAndTable ( integer $intPid, string $strParentTable, array $arrOptions = [] ) : integer | Find all published content elements by their parent ID and parent table | |
findPublishedByPidAndTable ( integer $intPid, string $strParentTable, array $arrOptions = [] ) : |
Find all published content elements by their parent ID and parent table |
public static findPublishedByPidAndTable ( integer $intPid, string $strParentTable, array $arrOptions = [] ) : |
||
$intPid | integer | The article ID |
$strParentTable | string | The parent table name |
$arrOptions | array | An optional options array |
Результат | A collection of models or null if there are no content elements |
protected static string $strTable | ||
Результат | string |