PHP 클래스 iaBlock

Subrion - open source content management system Copyright (C) 2016 Intelliants, LLC This file is part of Subrion. Subrion is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Subrion is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Subrion. If not, see .
저자: https://intelliants.com/ ([email protected])
상속: extends abstractPlugin
파일 보기 프로젝트 열기: intelliants/subrion 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_menusTable
$_pagesTable
$_positions
$_positionsTable
$_table
$_types

공개 메소드들

메소드 설명
delete ( $id, $log = true )
getMenusTable ( )
getPagesTable ( )
getPositions ( )
getTypes ( )
insert ( array $blockData ) : boolean | integer Insert block
setVisibility ( $blockId, $visibility, array $pages = [], $reset = true )
update ( array $itemData, $id )

보호된 메소드들

메소드 설명
_preparePages ( $pagesList )

메소드 상세

_preparePages() 보호된 메소드

protected _preparePages ( $pagesList )

delete() 공개 메소드

public delete ( $id, $log = true )

getMenusTable() 공개 정적인 메소드

public static getMenusTable ( )

getPagesTable() 공개 정적인 메소드

public static getPagesTable ( )

getPositions() 공개 메소드

public getPositions ( )

getTypes() 공개 메소드

public getTypes ( )

insert() 공개 메소드

Insert block
public insert ( array $blockData ) : boolean | integer
$blockData array
리턴 boolean | integer

setVisibility() 공개 메소드

public setVisibility ( $blockId, $visibility, array $pages = [], $reset = true )
$pages array

update() 공개 메소드

public update ( array $itemData, $id )
$itemData array

프로퍼티 상세

$_menusTable 보호되어 있는 정적으로 프로퍼티

protected static $_menusTable

$_pagesTable 보호되어 있는 정적으로 프로퍼티

protected static $_pagesTable

$_positions 보호되어 있는 프로퍼티

protected $_positions

$_positionsTable 보호되어 있는 정적으로 프로퍼티

protected static $_positionsTable

$_table 보호되어 있는 정적으로 프로퍼티

protected static $_table

$_types 보호되어 있는 프로퍼티

protected $_types