Index
A
- CaptchaInterface::available() — Method in class CaptchaInterface
- Determine if captcha is available
- GoogleRecaptcha::available() — Method in class GoogleRecaptcha
- Determine if captcha is available
- NaverCaptcha::available() — Method in class NaverCaptcha
- Determine if captcha is available
- $CategoryItem — Property in class CategoryItem
- The class name of aggregator
- ConfigEntity::all() — Method in class ConfigEntity
- Get all of the items in the config entity.
- ConfigManager::add() — Method in class ConfigManager
- create new config
- ConfigRepository::affiliate() — Method in class ConfigRepository
- affiliated to another config
- CacheDecorator::affiliate() — Method in class CacheDecorator
- affiliated to another config
- DatabaseRepository::affiliate() — Method in class DatabaseRepository
- affiliated to another config
- Validator::addRule() — Method in class Validator
- add validation rule
- Counter::add() — Method in class Counter
- add log
- $CounterLog — Property in class CounterLog
- stringtargetId
- DatabaseCoupler::addConnector() — Method in class DatabaseCoupler
- add connector
- VirtualConnection::affectingStatement() — Method in class VirtualConnection
- Run an SQL statement and get the number of rows affected.
- ConfigHandler::add() — Method in class ConfigHandler
- create document instance
- DocumentHandler::add() — Method in class DocumentHandler
- add document
- DocumentHandler::addRevision() — Method in class DocumentHandler
- add revision
- DocumentHandler::addDivision() — Method in class DocumentHandler
- add division
- InstanceManager::add() — Method in class InstanceManager
- document instance 생성 ex) 게시판 생성 document instance 를 생성하면 instance id 로 config 를 생성하고 설정에 따라 division table 을 생성한다.
- $Document — Property in class Document
- $Document — Property in class Document
- stringparentId
- $Revision — Property in class Revision
- stringparentId
- $DraftHandler — Property in class DraftHandler
- AuthManager instance
- AbstractSkin — Class in namespace Xpressengine\DynamicField
- AbstractSkin
- AbstractSkin::addMergeData() — Method in class AbstractSkin
- add merge data
- AbstractType — Class in namespace Xpressengine\DynamicField
- AbstractType
- ColumnEntity::add() — Method in class ColumnEntity
- parameter $table 에 설정에 맞는 adding column 구문을 수행한다.
- ConfigHandler::add() — Method in class ConfigHandler
- config 추가
- AlreadyExistColumnException — Class in namespace Xpressengine\DynamicField\Exceptions
- Already exist table column name exception
- AlreadyExistException — Class in namespace Xpressengine\DynamicField\Exceptions
- Already Dynamic Field exist Exception
- RegisterHandler::add() — Method in class RegisterHandler
- register dynamic field type class
- RevisionManager::add() — Method in class RevisionManager
- Revision 데이터 insert 처리 시 실행
- AbstractEditor — Class in namespace Xpressengine\Editor
- Class AbstractEditor
- $AbstractEditor — Property in class AbstractEditor
- Given arguments for the editor
- AbstractTool — Class in namespace Xpressengine\Editor
- Class AbstractTool
- $EditorContent — Property in class EditorContent
- Advisor — Class in namespace Xpressengine\Interception
- interception에서 사용되는 advisor를 정의하는 클래스이다. advisor는 세가지 정보로 구성된다. 그 세가지 정보는 advisor의 이름, advisor가 실행될 pointCut, 그리고 이 advisor가 실행될 때 실제로 작동하는 closure인 advice이다.
- $Advisor — Property in class Advisor
- AdvisorCollection — Class in namespace Xpressengine\Interception
- 이 클래스는 Xpressengine에서 등록된 모든 advisor를 관리하는 클래스이다. 생성된 advisor를 저장하고 특정 pointcut에 해당하는 advisor들의 정렬된 목록을 반환하는 역할을 한다.
- $AdvisorCollection — Property in class AdvisorCollection
- $AdvisorCollection — Property in class AdvisorCollection
- $AdvisorCollection — Property in class AdvisorCollection
- 타겟 오브젝트의 alias, 타겟 오브젝트의 긴 class name을 간략하게 사용할 수 있도록 alias를 등록할 수 있다.
- AdvisorList — Class in namespace Xpressengine\Interception
- interception에서 사용되는 advisor의 리스트를 정의하는 클래스이다. target object의 메소드가 실행될 때, Proxy가 실행되고, 이때 AdvisorStore는 실행될 메소드에 지정된 advisor를 선별한 후 그 목록을 이 클래스의 형식으로 Proxy에 전달한다.
- $AdvisorList — Property in class AdvisorList
- advisor의 목록 레퍼런스, 이 클래스는 next 메소드가 실행될 때, sortedAdvisorList에서 반환할 advisor의 name을 조회한 후, 이 배열에 등록돼 있는 실제 Advisor 인스턴스를 반환한다.
- AdvisorNameAlreadyExistsException — Class in namespace Xpressengine\Interception\Exceptions
- 중복된 advisor 이름이 등록되었을 때 발생하는 예외
- $InterceptionHandler — Property in class InterceptionHandler
- InterceptionHandler::addAdvisor() — Method in class InterceptionHandler
- advisor의 구성정보를 파라메터로 입력받아 advisorCollection에 추가한다.
- ClassPass::apply() — Method in class ClassPass
- 주어진 코드에 ProxyConfig의 정보를 적용한다.
- MethodDefinitionPass::apply() — Method in class MethodDefinitionPass
- 주어진 코드에 ProxyConfig의 정보를 적용한다.
- MethodDefinitionPass::appendToClass() — Method in class MethodDefinitionPass
- 작성한 메소드 목록을 클래스 코드에 추가한다.
- Pass::apply() — Method in class Pass
- 주어진 코드에 ProxyConfig의 정보를 적용한다.
- $ProxyTrait — Property in class ProxyTrait
- Advisor 저장소
- AbstractCommand — Class in namespace Xpressengine\Media\Commands
- 공통 command 기능
- AbstractHandler — Class in namespace Xpressengine\Media\Handlers
- Abstract class AbstractHandler
- AudioHandler — Class in namespace Xpressengine\Media\Handlers
- Class AudioHandler
- MimeTypeScope::apply() — Method in class MimeTypeScope
- Apply the scope to a given Eloquent query builder.
- Audio — Class in namespace Xpressengine\Media\Models
- audio 객체
- $Audio — Property in class Audio
- array$audio
- AudioMeta — Class in namespace Xpressengine\Media\Models\Meta
- Class AudioMeta
- $Video — Property in class Video
- array$audio
- AudioRepository — Class in namespace Xpressengine\Media\Repositories
- Class AudioRepository
- Thumbnailer::addCommand() — Method in class Thumbnailer
- Add command
- AbstractModule — Class in namespace Xpressengine\Menu
- Xpressengine plugin 의 Module base class 정의
- MenuItemPolicy::access() — Method in class MenuItemPolicy
- Check access allows
- $MenuItem — Property in class MenuItem
- todo: see CategoryItem class
- $MenuItem — Property in class MenuItem
- bool$activated활성/비활성 유무
- Grant::add() — Method in class Grant
- Add grant information
- Permission::addParent() — Method in class Permission
- Add parent to ancestor
- PermissionRepository::affiliate() — Method in class PermissionRepository
- affiliated to another registered
- CacheDecorator::affiliate() — Method in class CacheDecorator
- affiliated to another registered
- DatabaseRepository::affiliate() — Method in class DatabaseRepository
- affiliated to another registered
- AbstractComponent — Class in namespace Xpressengine\Plugin
- 플러그인에서 등록할 수 있는 XpressEngine의 구성요소(Component)의 추상클래스
- AbstractPlugin — Class in namespace Xpressengine\Plugin
- 이 클래스는 Plugin의 추상클래스다. XE3에 플러그인으로 등록되는 모든 클래스는 이 클래스를 상속받아야 한다.
- AbstractPlugin::activate() — Method in class AbstractPlugin
- 플러그인을 활성화한다. 플러그인이 활성화될 때 실행할 코드를 여기에 작성한다.
- AbstractPlugin::asset() — Method in class AbstractPlugin
- 해당 플러그인의 asset 파일 주소를 반환한다.
- ArrayPluginCache — Class in namespace Xpressengine\Plugin\Cache
- 이 클래스는 XE에 존재하는 플러그인의 목록을 array(in memory)에 캐싱하는 클래스이다.
- Composer::applyRequire() — Method in class Composer
- plugin composer 파일에 등록된 플러그인 제어정보를 require에 적용한다.
- ComposerFileWriter::addRequire() — Method in class ComposerFileWriter
- add plugin to require
- ComposerFileWriter::all() — Method in class ComposerFileWriter
- get all data
- PluginEntity::activate() — Method in class PluginEntity
- $PluginHandler — Property in class PluginHandler
- laravel application
- PluginHandler::activatePlugin() — Method in class PluginHandler
- 주어진 플러그인을 활성화한다. 활성화된 플러그인 목록은 XE에 저장된다.
- PluginHandler::addComponent() — Method in class PluginHandler
- 컴포넌트를 Register에 추가한다.
- $PluginProvider — Property in class PluginProvider
- PluginRegister::addByEntity() — Method in class PluginRegister
- 주어진 플러그인에 포함된 component를 register에 등록한다.
- PluginRegister::add() — Method in class PluginRegister
- register class 플러그인의 composer.json 을 통해 등록하지 않을 때 사용
- PluginRegister::addByType() — Method in class PluginRegister
- type, target + type 두가지 모두 등록
- FrontendHandler::addTag() — Method in class FrontendHandler
- add tag
- AttributeTrait — Class in namespace Xpressengine\Presenter\Html\Tags
- AttributeTrait
- $AttributeTrait — Property in class AttributeTrait
- AttributeTrait::attr() — Method in class AttributeTrait
- 태그에 속성을 지정한다.
- CSSFile::asset() — Method in class CSSFile
- asset
- $Html — Property in class Html
- $Html — Property in class Html
- IconFile::appleTouchIcon() — Method in class IconFile
- apple touch icon
- IconFile::asset() — Method in class IconFile
- asset
- JSFile::asset() — Method in class JSFile
- asset
- LocatableTrait::appendTo() — Method in class LocatableTrait
- append to
- $Meta — Property in class Meta
- $Meta — Property in class Meta
- $Meta — Property in class Meta
- Meta::addAttribute() — Method in class Meta
- add attribute
- $SortTrait — Property in class SortTrait
- SortTrait::after() — Method in class SortTrait
- after
- Translation::addKey() — Method in class Translation
- add key
- Translation::addKeys() — Method in class Translation
- add keys
- $Presenter — Property in class Presenter
- is support api
- $Container — Property in class Container
- Register 에서 array 를 처리하기 위한 class 이름 기본으로 Illuminate\Support\Arr 을 사용한다.
- Container::add() — Method in class Container
- add item 키가 없으면 등록할 수 없음 - Arr class spec 있는거을 덮어 씀
- Container::all() — Method in class Container
- Get all of the configuration items for the application.
- RegisterInterface::add() — Method in class RegisterInterface
- add item 키가 없으면 등록할 수 없음 - Arr class spec 있는거을 덮어 씀
- RegisterInterface::all() — Method in class RegisterInterface
- Get all of the configuration items for the application.
- AccessMiddleware — Class in namespace Xpressengine\Routing
- Class AccessMiddleware
- $AccessMiddleware — Property in class AccessMiddleware
- CacheDecorator::all() — Method in class CacheDecorator
- Returns all route items
- DatabaseRouteRepository::all() — Method in class DatabaseRouteRepository
- Returns all route items
- MemoryDecorator::all() — Method in class MemoryDecorator
- Returns all route items
- RouteCollection::addLookups() — Method in class RouteCollection
- Add the route to any look-up tables if necessary.
- RouteCollection::addToModuleList() — Method in class RouteCollection
- Add a route to the controller source dictionary.
- RouteCollection::addToSettingsMenuList() — Method in class RouteCollection
- addToSettingsMenuList
- RouteRepository::all() — Method in class RouteRepository
- Returns all route items
- AbstractImporter — Class in namespace Xpressengine\Seo\Importers
- AbstractImport class
- AbstractImporter::addMeta() — Method in class AbstractImporter
- Add meta tag
- SeoHandler::addImporter() — Method in class SeoHandler
- Add Importer
- AbstractLogger — Class in namespace Xpressengine\Settings\AdminLog
- $Log — Property in class Log
- SettingsMenu::addChild() — Method in class SettingsMenu
- Add child node
- $SettingsMiddleware — Property in class SettingsMiddleware
- SettingsMiddleware::applySettingsTheme() — Method in class SettingsMiddleware
- 관리페이지 테마를 지정한다.
- SiteHandler::add() — Method in class SiteHandler
- add
- AbstractSkin — Class in namespace Xpressengine\Skin
- Xpressengine에서 스킨을 구현할 때 상속받아야 하는 클래스이다.
- GenericSkin::asset() — Method in class GenericSkin
- 스킨의 asset 파일 주소(url)를 반환한다. 템플릿 파일 작성시 편의를 위해 사용한다.
- SkinHandler::assign() — Method in class SkinHandler
- 타겟에 주어진 스킨을 지정한다. 지정된 정보를 저장소에 저장하고, getAssigned() 메소드를 통해 조회할 수 있다.
- Distributor::allot() — Method in class Distributor
- allot storage disk
- RoundRobinDistributor::allot() — Method in class RoundRobinDistributor
- allot storage disk
- $Storage — Property in class Storage
- Authenticator instance
- AccessDeniedHttpException — Class in namespace Xpressengine\Support\Exceptions
- AccessDeniedHttpException
- $XpressengineException — Property in class XpressengineException
- $Migration — Property in class Migration
- stringparentId
- Purifier::allowModule() — Method in class Purifier
- HTMLModule 로드
- Purifier::addHtmlDefinition() — Method in class Purifier
- HTMLPurifier HTMLModule 추가 로드
\HTMLPurifier_HTMLModule
로 정의된 추가 확장 - Sorter::add() — Method in class Sorter
- key들 간의 우선순위를 주입하는 메소드이다.
- Aggregator — Class in namespace Xpressengine\Support\Tree
- Abstract class Aggregator
- $Node — Property in class Node
- Collection$ancestors
- Node::aggregator() — Method in class Node
- Aggregator relationship
- Node::ancestors() — Method in class Node
- Ancestors relationship
- Node::addChild() — Method in class Node
- Add child node
- $NodeInterface — Property in class NodeInterface
- stringparentId
- NodeInterface::addChild() — Method in class NodeInterface
- Add child node
- Tree::add() — Method in class Tree
- Adds a node to this node
- Tree::arrange() — Method in class Tree
- Arrange From Raw nodes to Menu Tree nodes
- TagRepository::attach() — Method in class TagRepository
- Attach tag to taggable
- AbstractTheme — Class in namespace Xpressengine\Theme
- 이 클래스는 Xpressengine에서 테마를 구현할 때 필요한 추상클래스이다. 테마를 Xpressengine에 등록하려면 이 추상 클래스를 상속(extends) 받는 클래스를 작성하여야 한다.
- GenericTheme::asset() — Method in class GenericTheme
- 테마의 asset 파일 주소(url)를 반환한다. 템플릿 파일 작성시 편의를 위해 사용한다.
- AbstractToggleMenu — Class in namespace Xpressengine\ToggleMenu
- Xpressengine plugin 의 toggle menu base class 정의
- AbstractToggleMenu::allows() — Method in class AbstractToggleMenu
- 메뉴에 표시여부 반환 표실 할 경우 true 반환
- ToggleMenuHandler::all() — Method in class ToggleMenuHandler
- type 에 해당하는 모든 메뉴 아이템목록을 반환
- $Translator — Property in class Translator
- Translator::alias() — Method in class Translator
- alias namespace 를 등록합니다
- AbstractUIObject — Class in namespace Xpressengine\UIObject
- 이 클래스는 Xpressengine에서 UIObject를 구현할 때 필요한 추상클래스이다. UIObject를 Xpressengine에 등록하려면 이 추상 클래스를 상속받은 클래스를 작성하여야 한다.
- $AbstractUIObject — Property in class AbstractUIObject
- $Element — Property in class Element
- Element::attr() — Method in class Element
- add attribute
- Element::addClass() — Method in class Element
- add class
- Element::append() — Method in class Element
- append child
- $UIObjectHandler — Property in class UIObjectHandler
- AccountInterface — Class in namespace Xpressengine\User
- 회원 계정 정보를 저장하는 클래스가 구현해야 하는 인터페이스
- Authenticatable — Class in namespace Xpressengine\User
- 이 인터페이스는 인증 처리의 대상이 되는 회원정보(entity 또는 model)이 구현해야 하는 인터페이스이다.
- AccountAlreadyExistsException — Class in namespace Xpressengine\User\Exceptions
- 등록하려는 메일 주소가 이미 존재할 경우 사용되는 Exception
- AlreadyConfirmedEmailException — Class in namespace Xpressengine\User\Exceptions
- 이미 인증처리된 이메일을 다시 인증시도할 경우 발생하는 Exception
- AuthIsUnavailableException — Class in namespace Xpressengine\User\Exceptions
- 세션서비스가 아직 준비되지 않아 인증을 사용할 수 없습니다.
- GroupInterface::addUser() — Method in class GroupInterface
- add User to this group
- $Guard — Property in class Guard
- Guard::attemptAdminAuth() — Method in class Guard
- 관리자 인증 시도
- GuardInterface::attemptAdminAuth() — Method in class GuardInterface
- 관리자 인증 시도
- Admin — Class in namespace Xpressengine\User\Middleware
- 관리자 2단계 인증 미들웨어
- $Admin — Property in class Admin
- The Guard implementation.
- $UnknownUser — Property in class UnknownUser
- $User — Property in class User
- User::accounts() — Method in class User
- set relationship with user accounts
- UserGroup::addUser() — Method in class UserGroup
- add User to this group
- UserGroupRepository::addUser() — Method in class UserGroupRepository
- 주어진 그룹에 주어진 회원을 추가한다.
- UserGroupRepositoryInterface::addUser() — Method in class UserGroupRepositoryInterface
- 주어진 그룹에 주어진 회원을 추가한다.
- VirtualGroupRepository::all() — Method in class VirtualGroupRepository
- 모든 가상그룹 목록을 반환한다.
- VirtualGroupRepositoryInterface::all() — Method in class VirtualGroupRepositoryInterface
- 모든 가상그룹 목록을 반환한다.
- $UserHandler — Property in class UserHandler
- UserHandler::accounts() — Method in class UserHandler
- UserAccount 회원계정 저장소를 반환한다.
- AbstractWidget — Class in namespace Xpressengine\Widget
- 이 클래스는 Xpressengine 에서 Widget 구현할 때 필요한 추상클래스이다.
B
- ConfigManager::build() — Method in class ConfigManager
- build config object
- ConfigManager::bindClosure() — Method in class ConfigManager
- binding registered closure to config
- $CacheDecorator — Property in class CacheDecorator
- memory cache
- Builder — Class in namespace Xpressengine\Database\Eloquent
- Builder
- TransactionHandler::beginTransaction() — Method in class TransactionHandler
- $connectionHandlers 가 갖고 있는 connection transaction 처리.
- VirtualConnection::beginTransaction() — Method in class VirtualConnection
- Start a new database transaction.
- AbstractSkin::boot() — Method in class AbstractSkin
- boot
- AbstractType::boot() — Method in class AbstractType
- boot
- AbstractEditor::buildOptions() — Method in class AbstractEditor
- Build options
- MimeTypeFilter::bootMimeTypeFilter() — Method in class MimeTypeFilter
- Boot the mime type filter trait for a model.
- $Audio — Property in class Audio
- int$bitrate
- $Video — Property in class Video
- int$bitrate
- AbstractModule::boot() — Method in class AbstractModule
- boot
- DirectLink::boot() — Method in class DirectLink
- boot
- MenuItem::basicImage() — Method in class MenuItem
- Basic link image relationship
- $CacheDecorator — Property in class CacheDecorator
- memory cache
- AbstractPlugin::boot() — Method in class AbstractPlugin
- 이 메소드는 활성화(activate) 된 플러그인이 부트될 때 항상 실행된다.
- ComponentInterface::boot() — Method in class ComponentInterface
- boot
- ComponentTrait::boot() — Method in class ComponentTrait
- boot
- $Composer — Property in class Composer
- PluginEntity::bootComponents() — Method in class PluginEntity
- call component boot interface
- PluginEntity::boot() — Method in class PluginEntity
- $PluginHandler — Property in class PluginHandler
- 현재 부팅중인 플러그인의 id
- PluginHandler::bootPlugins() — Method in class PluginHandler
- 활성화 된 플러그인을 부팅한다. 이 메소드는 모든 요청에서 항상 호출되며, 활성화 된 모든 플러그인의 boot()메소드를 호출한다.
- PluginHandler::bootPlugin() — Method in class PluginHandler
- 플러그인을 부트한다.
- FrontendHandler::bodyClass() — Method in class FrontendHandler
- body 태그에 class를 추가한다.
- BodyClass — Class in namespace Xpressengine\Presenter\Html\Tags
- BodyClass
- $SortTrait — Property in class SortTrait
- SortTrait::before() — Method in class SortTrait
- before
- ModuleValidator::boot() — Method in class ModuleValidator
- boot
- BasicImporter — Class in namespace Xpressengine\Seo\Importers
- BasicImporter class
- $SettingsMenu — Property in class SettingsMenu
- BladeSkin — Class in namespace Xpressengine\Skin
- 편의를 위해 AbstractSkin을 확장한 클래스. Blade 템플릿을 사용하는 스킨을 제작하고 싶을 경우, 이 클래스를 상속받아 사용하길 권장한다.
- FileRepository::bytesByMime() — Method in class FileRepository
- mime 별 파일 용량 정보 반환
- Storage::bind() — Method in class Storage
- set the target be have a file
- $Sorter — Property in class Sorter
- $ThemeHandler — Property in class ThemeHandler
- AbstractToggleMenu::boot() — Method in class AbstractToggleMenu
- boot
- TrashManager::bins() — Method in class TrashManager
- 휴지통 이름 반환
C
- CaptchaException — Class in namespace Xpressengine\Captcha
- 패키지 메인 exception
- CaptchaInterface — Class in namespace Xpressengine\Captcha
- captcha 기능을 제공하기 위한 인터페이스를 정의함.
- CaptchaManager — Class in namespace Xpressengine\Captcha
- Class CaptchaManager
- CaptchaManager::createGoogleDriver() — Method in class CaptchaManager
- Create google reCAPTCHA driver
- CaptchaManager::createNaverDriver() — Method in class CaptchaManager
- Create google reCAPTCHA driver
- ConfigurationNotExistsException — Class in namespace Xpressengine\Captcha\Exceptions
- 캡차 설정이 되어있지 않은 경우 발생하는 예외
- $GoogleRecaptcha — Property in class GoogleRecaptcha
- ReCaptcha instance
- GoogleRecaptcha::create() — Method in class GoogleRecaptcha
- Create captcha instance
- $NaverCaptcha — Property in class NaverCaptcha
- Api client id
- $NaverCaptcha — Property in class NaverCaptcha
- Api client secret
- NaverCaptcha::createClient() — Method in class NaverCaptcha
- Create client for api request
- CategoryException — Class in namespace Xpressengine\Category
- 카테고리 메인 예외 클래스.
- CategoryHandler — Class in namespace Xpressengine\Category
- Class CategoryHandler
- $CategoryHandler — Property in class CategoryHandler
- CategoryRepository instance
- CategoryHandler::create() — Method in class CategoryHandler
- Create category
- CategoryHandler::createCate() — Method in class CategoryHandler
- Create category
- CategoryHandler::createItem() — Method in class CategoryHandler
- Create a new category item, alias for itemCreate
- CategoryHandler::cates() — Method in class CategoryHandler
- Get CategoryRepository instance
- $EventListener — Property in class EventListener
- Container instance
- EventListener::categoryItemCreated() — Method in class EventListener
- Listen to item created
- EventListener::categoryItemDeleted() — Method in class EventListener
- Listen to item deleted
- Category — Class in namespace Xpressengine\Category\Models
- Class Category
- CategoryItem — Class in namespace Xpressengine\Category\Models
- Class CategoryItem
- $CategoryItem — Property in class CategoryItem
- The pivot table associated with the model.
- CategoryItem::category() — Method in class CategoryItem
- Alias aggregator
- CategoryItemRepository — Class in namespace Xpressengine\Category\Repositories
- Class CategoryItemRepository
- CategoryItemRepository::create() — Method in class CategoryItemRepository
- Create category item
- CategoryRepository — Class in namespace Xpressengine\Category\Repositories
- Class CategoryRepository
- ConfigEntity — Class in namespace Xpressengine\Config
- 대상의 설정을 가지고 제공해주는 클래스
- ConfigEntity::clear() — Method in class ConfigEntity
- entities clear
- ConfigException — Class in namespace Xpressengine\Config
- 패키지 메인 exception
- ConfigManager — Class in namespace Xpressengine\Config
- Class ConfigManager
- $ConfigManager — Property in class ConfigManager
- closure list
- ConfigManager::convey() — Method in class ConfigManager
- convey to descendants
- ConfigManager::children() — Method in class ConfigManager
- get next level configs
- ConfigRepository — Class in namespace Xpressengine\Config
- 저장소에서 제공해야할 기능들을 정의
- ConfigRepository::clearLike() — Method in class ConfigRepository
- clear all just descendants vars
- ConfigVO — Class in namespace Xpressengine\Config
- 특정 대상이 가지는 여러 값을 가지는 entity 클래스
- CacheDecorator — Class in namespace Xpressengine\Config\Repositories
- 저장소를 wrapping 하여 cache 에 있는 정보는 저장소에 요청되지 않고 cache 에서 반환 되도록 함
- $CacheDecorator — Property in class CacheDecorator
- cache instance
- CacheDecorator::clearLike() — Method in class CacheDecorator
- clear all just descendants vars
- $DatabaseRepository — Property in class DatabaseRepository
- DB connection instance
- DatabaseRepository::clearLike() — Method in class DatabaseRepository
- clear all just descendants vars
- DatabaseRepository::createModel() — Method in class DatabaseRepository
- make new object
- $Validator — Property in class Validator
- custom target list array
- $Validator — Property in class Validator
- custom rule list array
- $Validator — Property in class Validator
- custom message list array
- Counter — Class in namespace Xpressengine\Counter
- Counter
- Counter::checkOption() — Method in class Counter
- check option
- Counter::checkGuest() — Method in class Counter
- check support guest
- CounterException — Class in namespace Xpressengine\Counter
- CounterException
- CounterLog — Class in namespace Xpressengine\Counter\Models
- CounterLog
- $DatabaseCoupler — Property in class DatabaseCoupler
- list of VirtualConnection
- DatabaseCoupler::connectors() — Method in class DatabaseCoupler
- get list of VirtualConnection
- DatabaseCoupler::connect() — Method in class DatabaseCoupler
- 실제 처리 될 connection 을 생성해서 반환.
- $DatabaseHandler — Property in class DatabaseHandler
- $DatabaseHandler — Property in class DatabaseHandler
config/xe.php database 설정
'database' => [ 'connectorName' => [ 'master' => ['connectionName', 'connectionName', .
- DatabaseHandler::connection() — Method in class DatabaseHandler
- get connector 실제 connection 을 만들지 않고 connector 에서 config 에 따라 master, slave 가 어떤 connection 이름을 사용할지 결정 후 connector 를 반환.
- DatabaseHandler::config() — Method in class DatabaseHandler
- get config
- $DynamicQuery — Property in class DynamicQuery
- DynamicQuery::count() — Method in class DynamicQuery
- get list
- DynamicModel::callMacro() — Method in class DynamicModel
- call macro
- $ProxyManager — Property in class ProxyManager
- $ProxyManager — Property in class ProxyManager
- TransactionHandler::commit() — Method in class TransactionHandler
- $connectionHandlers 가 갖고 있는 connection commit.
- $VirtualConnection — Property in class VirtualConnection
- $VirtualConnection — Property in class VirtualConnection
- connections list
- config/xe.php database key 에 따라 master, slave 로 구분해서 /Illuminate/Database/Connection 을 갖는다.
- $VirtualConnection — Property in class VirtualConnection
- Cache store instance
- VirtualConnection::connectionName() — Method in class VirtualConnection
- $type 에서 사용 될 connection name 결정.
- VirtualConnection::connection() — Method in class VirtualConnection
- get connection
- VirtualConnection::commit() — Method in class VirtualConnection
- Commit the active database transaction.
- ConfigHandler — Class in namespace Xpressengine\Document
- ConfigHandler
- $ConfigHandler — Property in class ConfigHandler
- ConfigManager instance
- $DocumentHandler — Property in class DocumentHandler
- $DocumentHandler — Property in class DocumentHandler
- DocumentHandler::createInstance() — Method in class DocumentHandler
- create document instance
- CannotChangeInstanceIdException — Class in namespace Xpressengine\Document\Exceptions
- Instance ID cannot be changed
- ConfigNotFoundException — Class in namespace Xpressengine\Document\Exceptions
- ConfigNotFoundException
- $InstanceManager — Property in class InstanceManager
- $InstanceManager — Property in class InstanceManager
- InstanceManager::createDivisionTable() — Method in class InstanceManager
- create division table
- $Document — Property in class Document
- $Document — Property in class Document
- $Document — Property in class Document
- The connection name for the model.
- Document::checkRequired() — Method in class Document
- Check required attributes
- $Revision — Property in class Revision
- The connection name for the model.
- $DraftRepository — Property in class DraftRepository
- Connection instance
- DraftRepository::createItem() — Method in class DraftRepository
- 임시저장 객체를 생성
- $AbstractSkin — Property in class AbstractSkin
- AbstractSkin::create() — Method in class AbstractSkin
- 등록 form 에 추가될 html 코드 반환 return html tag string
- $AbstractType — Property in class AbstractType
- database table's column ColumnEntity 의 array
- $AbstractType — Property in class AbstractType
- AbstractType::create() — Method in class AbstractType
- Dynamic Field 생성 시 처리해야 할 사항들
- AbstractType::createTable() — Method in class AbstractType
- Dynamic Field Type 테이블 생성
- AbstractType::createRevisionTable() — Method in class AbstractType
- Dynamic Field Type revision 테이블 생성
- AbstractType::createField() — Method in class AbstractType
- Dynamic Field 생성 시 alter table 로 처리 이 기능은 관리자에서 지원하지 않음 테이블 수정 시 발생항할 수있는 문제가 있기 때문에 기능만 제공 이 기능을 사용하면서 방생하는 문제는 사용자 책임
- AbstractType::createFieldRevision() — Method in class AbstractType
- Dynamic Field 생성 시 alter table 로 revision table 처리 이 기능은 관리자에서 지원하지 않음 테이블 수정 시 발생항할 수있는 문제가 있기 때문에 기능만 제공 이 기능을 사용하면서 방생하는 문제는 사용자 책임
- ColumnDataType — Class in namespace Xpressengine\DynamicField
- ColumnDataType
- ColumnEntity — Class in namespace Xpressengine\DynamicField
- ColumnEntity
- ConfigHandler — Class in namespace Xpressengine\DynamicField
- ConfigHandler
- $ConfigHandler — Property in class ConfigHandler
- $ConfigHandler — Property in class ConfigHandler
- $DynamicFieldHandler — Property in class DynamicFieldHandler
- database connection
- $DynamicFieldHandler — Property in class DynamicFieldHandler
- DynamicFieldHandler::connection() — Method in class DynamicFieldHandler
- get database connection
- DynamicFieldHandler::create() — Method in class DynamicFieldHandler
- DynamicField 생성
- ConfigManager 를 이용해 설정 정보를 저장
- FieldTypeManager 로 Dynamic Field Table 생성
- $AbstractEditor — Property in class AbstractEditor
- ConfigEntity instance
- AbstractEditor::compile() — Method in class AbstractEditor
- Compile the raw content to be useful
- AbstractEditor::compileBody() — Method in class AbstractEditor
- Compile content body
- AbstractEditor::createCrawler() — Method in class AbstractEditor
- Create crawler instance
- AbstractTool::compile() — Method in class AbstractTool
- Compile the raw content to be useful
- $EditorHandler — Property in class EditorHandler
- ConfigManager instance
- $EditorHandler — Property in class EditorHandler
- Container instance
- EditorHandler::compile() — Method in class EditorHandler
- Compile the raw content to be useful
- EditorHandler::compileTools() — Method in class EditorHandler
- Compile the raw content to be useful by tools
- ConfigNotFoundException — Class in namespace Xpressengine\Editor\Exceptions
- ConfigNotFoundException
- $Textarea — Property in class Textarea
- The component information
- Textarea::compileBody() — Method in class Textarea
- Compile content body
- $Request — Property in class Request
- Request::createFromBase() — Method in class Request
- Create an Illuminate request from a Symfony instance.
- InterceptionHandler::clearProxies() — Method in class InterceptionHandler
- 기생성된 Proxy 파일을 모두 삭제한다.
- ProxyInvocationHandler::callProxy() — Method in class ProxyInvocationHandler
- target class의 origin method가 실행되기 전에 호출되어야 할 advisor를 호출한 다음, 마지막으로 origin method를 호출한다.
- $Definition — Property in class Definition
- $Definition — Property in class Definition
- $FileLoader — Property in class FileLoader
- 이미 동일한 이름의 프록시 클래스 파일이 존재할 경우, 파일 시간을 비교하여 갱신할지의 여부 만약 true이면 target 클래스 파일의 수정시간이 프록시 클래스 파일의 생성시간보다 오래됐을 경우 갱신한다.
- FileLoader::clear() — Method in class FileLoader
- 기생성된 Proxy 파일을 모두 삭제한다.
- ClassPass — Class in namespace Xpressengine\Interception\Proxy\Pass
- 타겟 클래스의 프록시 클래스 생성을 위해 필요한 코드를 생성할 때, 프록시 클래스의 선언부의 변환을 담당하는 클래스이다.
- $ProxyConfig — Property in class ProxyConfig
- ProxyGenerator::clear() — Method in class ProxyGenerator
- 기생성된 Proxy 파일을 모두 삭제한다.
- $Keygen — Property in class Keygen
- config array
- Keygen::createIdVersion1() — Method in class Keygen
- generate time base uuid
- Keygen::createIdVersion3() — Method in class Keygen
- generate name base and hashed md5 uuid
- Keygen::createIdVersion4() — Method in class Keygen
- generate random string base uuid
- Keygen::createIdVersion5() — Method in class Keygen
- generate name base and hashed sha1 uuid
- CommandFactory — Class in namespace Xpressengine\Media
- 섬네일 생성시 사용되는 command 를 제공
- CommandInterface — Class in namespace Xpressengine\Media\Commands
- command 기능을 정의
- CropCommand — Class in namespace Xpressengine\Media\Commands
- crop 기능을 수행하는 command
- ImageHandler::createThumbnails() — Method in class ImageHandler
- Create thumbnail images
- $MediaManager — Property in class MediaManager
- config data
- MediaManager::cast() — Method in class MediaManager
- 파일을 미디어 타입으로 변환, 메타데이터는 생성하지 않음
- MediaManager::createThumbnails() — Method in class MediaManager
- 섬네일 생성
- $Audio — Property in class Audio
- The attributes that should be casted to native types.
- $Image — Property in class Image
- string$code
- $AudioMeta — Property in class AudioMeta
- The attributes that should be cast to native types.
- $VideoMeta — Property in class VideoMeta
- The attributes that should be cast to native types.
- $Video — Property in class Video
- The attributes that should be casted to native types.
- $Thumbnailer — Property in class Thumbnailer
- Be executed commands
- AbstractModule::createMenuForm() — Method in class AbstractModule
- Return Create Form View
- $EventListener — Property in class EventListener
- Container instance
- CanNotCreateItemException — Class in namespace Xpressengine\Menu\Exceptions
- CanNotCreateItemException
- CanNotCreateMenuException — Class in namespace Xpressengine\Menu\Exceptions
- CanNotCreateMenuException
- CanNotDeleteMenuEntityHaveChildException — Class in namespace Xpressengine\Menu\Exceptions
- Menu RuntimeException
- CanNotDeleteMenuItemHaveChildException — Class in namespace Xpressengine\Menu\Exceptions
- Menu RuntimeException
- $MenuHandler — Property in class MenuHandler
- ConfigManager instance
- MenuHandler::create() — Method in class MenuHandler
- Create new menu
- MenuHandler::createMenu() — Method in class MenuHandler
- Create new menu
- MenuHandler::createItem() — Method in class MenuHandler
- Create new menu item
- $DirectLink — Property in class DirectLink
- DirectLink::createMenuForm() — Method in class DirectLink
- Return Create Form View
- MenuTypeInterface::createMenuForm() — Method in class MenuTypeInterface
- Return Create Form View
- $MenuItem — Property in class MenuItem
- The hierarchy table associated with the model.
- $MenuItem — Property in class MenuItem
- The attributes that should be cast to native types.
- MenuItemRepository::create() — Method in class MenuItemRepository
- Create menu item
- MenuRepository::create() — Method in class MenuRepository
- Create menu
- Policy::check() — Method in class Policy
- Check allows
- Policy::checker() — Method in class Policy
- 타입에 맞는 권한 판별 메서드를 호출 함.
- CacheDecorator — Class in namespace Xpressengine\Permission\Repositories
- Class CacheDecorator
- $CacheDecorator — Property in class CacheDecorator
- Cache instance
- $DatabaseRepository — Property in class DatabaseRepository
- Connection instance
- DatabaseRepository::createItem() — Method in class DatabaseRepository
- Create a new registered object instance
- AbstractPlugin::checkInstalled() — Method in class AbstractPlugin
- 해당 플러그인이 설치된 상태라면 true, 설치되어있지 않다면 false를 반환한다.
- AbstractPlugin::checkUpdated() — Method in class AbstractPlugin
- 해당 플러그인이 최신 상태로 업데이트가 된 상태라면 true, 업데이트가 필요한 상태라면 false를 반환함.
- $FilePluginCache — Property in class FilePluginCache
- $FilePluginCache — Property in class FilePluginCache
- ComponentInterface — Class in namespace Xpressengine\Plugin
- 플러그인에서 등록할 수 있는 XpressEngine의 구성요소(Component)들이 구현해야 하는 인터페이스
- ComponentTrait — Class in namespace Xpressengine\Plugin
- ComponentInterface를 구현한 Trait
- $ComponentTrait — Property in class ComponentTrait
- Component Informations, 만약 이 trait을 사용한 클래스를 상속한 클래스가 componentInfo를 지정하지 않았다면, 그 클래스의 infomation은 이 trait에서 가지고 있는 componentInfo에 저장된다.
- Composer — Class in namespace Xpressengine\Plugin\Composer
- $Composer — Property in class Composer
- Composer::command() — Method in class Composer
- composer가 실행될 때 호출된다. composer.plugins.json 파일이 있는지 조사하고, 생성한다.
- Composer::clearCompiled() — Method in class Composer
- Clear the cached Laravel bootstrapping files.
- ComposerFileWriter — Class in namespace Xpressengine\Plugin\Composer
- plugin composer 파일을 제어하는 클래스.
- ComposerFileWriter::cleanOperation() — Method in class ComposerFileWriter
- 현재 실행중인 작업에 대한 정보를 초기화 한다.
- CannotDeleteActivatedPluginException — Class in namespace Xpressengine\Plugin\Exceptions
- CannotDeleteActivatedPluginException Class
- ComponentNotFoundException — Class in namespace Xpressengine\Plugin\Exceptions
- NotImplementedException Class
- $PluginCollection — Property in class PluginCollection
- PluginCollection::count() — Method in class PluginCollection
- 설치된 플러그인의 갯수를 반환한다.
- $PluginEntity — Property in class PluginEntity
- $PluginEntity — Property in class PluginEntity
- 플러그인의 클래스명(네임스페이스 포함)
- $PluginEntity — Property in class PluginEntity
- 플러그인에 포함된 ComponentInterface 의 설정 정보
- PluginEntity::checkInstalled() — Method in class PluginEntity
- PluginEntity::checkUpdated() — Method in class PluginEntity
- $PluginHandler — Property in class PluginHandler
- 플러그인 관련 설정 정보를 저장함.
- $PluginHandler — Property in class PluginHandler
- 플러그인 관련 설정 정보의 저장 키
- FrontendHandler::css() — Method in class FrontendHandler
- css 파일을 추가한다.
- $HtmlPresenter — Property in class HtmlPresenter
- 일반 출력할 때 사용할 wrapper
- $BodyClass — Property in class BodyClass
- $BodyClass — Property in class BodyClass
- CSSFile — Class in namespace Xpressengine\Presenter\Html\Tags
- CSSFile
- $Html — Property in class Html
- Html::content() — Method in class Html
- content
- Meta::content() — Method in class Meta
- content
- Meta::charset() — Method in class Meta
- character set
- JsonPresenter::convert() — Method in class JsonPresenter
- data convert to array
- Redirector::createRedirect() — Method in class Redirector
- Create a new redirect response.
- Container — Class in namespace Xpressengine\Register
- Class Container. 이 클래스는 Key Value의 저장소를 제공합니다.
- AccessMiddleware::checkPermission() — Method in class AccessMiddleware
- checkPermission
- ModuleValidator::canReview() — Method in class ModuleValidator
- canReview
- CacheDecorator — Class in namespace Xpressengine\Routing\Repositories
- Class CacheDecorator
- $CacheDecorator — Property in class CacheDecorator
- Cache instance
- CacheDecorator::cachingItem() — Method in class CacheDecorator
- Do caching a route item
- CacheDecorator::create() — Method in class CacheDecorator
- Save a new route item and return the instance
- $DatabaseRouteRepository — Property in class DatabaseRouteRepository
- Laravel config instance
- DatabaseRouteRepository::create() — Method in class DatabaseRouteRepository
- Save a new route item and return the instance
- DatabaseRouteRepository::createModel() — Method in class DatabaseRouteRepository
- Create a new instance of the model.
- MemoryDecorator::create() — Method in class MemoryDecorator
- Save a new route item and return the instance
- RouteRepository::create() — Method in class RouteRepository
- Save a new route item and return the instance
- $AbstractImporter — Property in class AbstractImporter
- will be cut items name and length
- $BasicImporter — Property in class BasicImporter
- will be cut items name and length
- $OpenGraphImporter — Property in class OpenGraphImporter
- will be cut items name and length
- $TwitterCardImporter — Property in class TwitterCardImporter
- will be cut items name and length
- $Setting — Property in class Setting
- ConfigManager instance
- $Setting — Property in class Setting
- ConfigEntity instance
- $Log — Property in class Log
- LogRepository::create() — Method in class LogRepository
- create log
- LogRepository::createModel() — Method in class LogRepository
- Create model instance
- $SettingsHandler — Property in class SettingsHandler
- $SettingsHandler — Property in class SettingsHandler
- $SettingsMenu — Property in class SettingsMenu
- SettingsMiddleware::checkPermission() — Method in class SettingsMiddleware
- 현재 요청에 대한 권한이 있는지 검사한다. Guest일 경우 무조건 권한없음으로 처리하며, 최고관리자인 경우 무조건 통과시킨다.
- CanNotUseDomainException — Class in namespace Xpressengine\Site\Exceptions
- Class CanNotUseDomainException
- $SiteHandler — Property in class SiteHandler
- $SiteHandler — Property in class SiteHandler
- SiteRepository::create() — Method in class SiteRepository
- Create a new site model object
- $AbstractSkin — Property in class AbstractSkin
- $SkinEntity — Property in class SkinEntity
- $SkinEntity — Property in class SkinEntity
- ContentReaderInterface — Class in namespace Xpressengine\Storage
- Interface ContentReaderInterface
- $File — Property in class File
- string$clientname
- FileRepository::create() — Method in class FileRepository
- Save a new file model and return the instance.
- FileRepository::countByMime() — Method in class FileRepository
- mime 별 파일 갯수 반환
- $RoundRobinDistributor — Property in class RoundRobinDistributor
- filesystem config
- $RoundRobinDistributor — Property in class RoundRobinDistributor
- database connection instance
- Storage::create() — Method in class Storage
- create file
- TempFileCreator::create() — Method in class TempFileCreator
- 임시파일 생성
- $UrlMaker — Property in class UrlMaker
- Disk config array
- CacheInterface — Class in namespace Xpressengine\Support
- cache 에서 제공되어야 할 기능을 정의 함
- CacheableEloquentRepositoryTrait — Class in namespace Xpressengine\Support
- Trait CacheableEloquentRepositoryTrait
- CacheableEloquentRepositoryTrait::cacheCall() — Method in class CacheableEloquentRepositoryTrait
- Cache given callback
- CacheableEloquentRepositoryTrait::clearCache() — Method in class CacheableEloquentRepositoryTrait
- Remove all cache data
- CacheableEloquentRepositoryTrait::create() — Method in class CacheableEloquentRepositoryTrait
- Create a model object
- Caster — Class in namespace Xpressengine\Support
- 폼에 의해 전달받은 값은 모두 string 인데 이러한 값들을 원래 타입에 맞게 형변환 해주는 역할을 함
- Caster::cast() — Method in class Caster
- To cast a value
- Caster::castBool() — Method in class Caster
- To boolean cast a value
- Caster::castInt() — Method in class Caster
- To Integer cast a value
- Caster::castFloat() — Method in class Caster
- To float cast a value
- EloquentRepositoryTrait::createModel() — Method in class EloquentRepositoryTrait
- Create model instance
- $LaravelCache — Property in class LaravelCache
- laravel cache instance
- Migration::checkUpdated() — Method in class Migration
- 서비스가 업데이트되었을 경우, update()메소드를 실행해야 하는지의 여부를 체크한다.
- $Purifier — Property in class Purifier
- $Node — Property in class Node
- children collection of model
- Node::children() — Method in class Node
- Returns children collection
- $SimpleDecomposer — Property in class SimpleDecomposer
- Character set
- SimpleDecomposer::charAt() — Method in class SimpleDecomposer
- 지정한 인덱스에 해당하는 문자를 반환한다.
- $AbstractTheme — Property in class AbstractTheme
- $ThemeEntity — Property in class ThemeEntity
- $ThemeEntity — Property in class ThemeEntity
- $ThemeHandler — Property in class ThemeHandler
- $ThemeHandler — Property in class ThemeHandler
- $ThemeHandler — Property in class ThemeHandler
- $ThemeHandler — Property in class ThemeHandler
- $AbstractToggleMenu — Property in class AbstractToggleMenu
- $ToggleMenuHandler — Property in class ToggleMenuHandler
- Xe config instance
- $ToggleMenuHandler — Property in class ToggleMenuHandler
- Container instance
- $TransCache — Property in class TransCache
- $TransCache — Property in class TransCache
- $TransCachedDatabase — Property in class TransCachedDatabase
- $Translator — Property in class Translator
- Translator::choice() — Method in class Translator
- RecycleBinInterface::clean() — Method in class RecycleBinInterface
- 휴지통 비우기 처리할 때 수행해야 할 코드 입력 TrashManager 에서 휴지통 비우기(clean()) 가 처리될 때 사용
- $TrashManager — Property in class TrashManager
- TrashManager::clean() — Method in class TrashManager
- 휴지통 비우기
- WasteInterface::clean() — Method in class WasteInterface
- 휴지통 비우기 처리할 때 수행해야 할 코드 입력 TrashManager 에서 휴지통 비우기(clean()) 가 처리될 때 사용
- $Element — Property in class Element
- UIObjectHandler::create() — Method in class UIObjectHandler
- 주어진 타입의 AbstractUIObject 인스턴스를 생성하여 반환한다.
- EmailBroker::confirmEmail() — Method in class EmailBroker
- 이메일을 인증처리 한다.
- EmailBrokerInterface::confirmEmail() — Method in class EmailBrokerInterface
- 이메일을 인증처리 한다.
- CannotDeleteMainEmailOfUserException — Class in namespace Xpressengine\User\Exceptions
- 최고관리자를 삭제하려고 할 때 발생하는 Exception
- CannotDeleteUserHavingSuperRatingException — Class in namespace Xpressengine\User\Exceptions
- 최고관리자를 삭제하려고 할 때 발생하는 Exception
- Guard::checkAdminAuth() — Method in class Guard
- 관리자 인증 검사
- Guard::clearAdminAuth() — Method in class Guard
- 관리자 인증 상태 세션의 유효기간 갱신 삭제
- Guard::check() — Method in class Guard
- 현재 사용자의 로그인 여부를 체크한다.
- Guard::checkSession() — Method in class Guard
- 세션이 준비되었는지 체크한다.
- GuardInterface::checkAdminAuth() — Method in class GuardInterface
- 관리자 인증 검사
- $PendingEmail — Property in class PendingEmail
- $User — Property in class User
- $UserAccount — Property in class UserAccount
- $UserEmail — Property in class UserEmail
- $UserGroup — Property in class UserGroup
- Rating::compare() — Method in class Rating
- 주어진 키워드와 기준이 되는 키워드의 등급의 높낮이 비교
- PendingEmailRepository::create() — Method in class PendingEmailRepository
- $RegisterTokenRepository — Property in class RegisterTokenRepository
- The database connection instance.
- RegisterTokenRepository::create() — Method in class RegisterTokenRepository
- Create a new token record.
- RegisterTokenRepository::createNewToken() — Method in class RegisterTokenRepository
- Create a new token id
- RepositoryInterface::createModel() — Method in class RepositoryInterface
- Create model instance
- RepositoryTrait::createModel() — Method in class RepositoryTrait
- Create model instance
- UserAccountRepository::create() — Method in class UserAccountRepository
- create
- UserEmailRepository::create() — Method in class UserEmailRepository
- UserEmailRepositoryInterface::create() — Method in class UserEmailRepositoryInterface
- UserRepository::create() — Method in class UserRepository
- create
- $UserHandler — Property in class UserHandler
- UserHandler::create() — Method in class UserHandler
- 주어진 정보로 신규회원을 등록한다. 회원정보에 대한 유효성검사도 병행하며, 회원관련 정보(그룹, 이메일, 등록대기 이메일, 계정)도 동시에 추가한다.
- UserHandler::createGroup() — Method in class UserHandler
- 새로운 그룹을 추가한다.
- UserHandler::createEmail() — Method in class UserHandler
- 새로운 이메일을 생성한다
- UserHandler::createAccount() — Method in class UserHandler
- 새로운 계정을 추가한다.
- RepositoryTrait::createModel() — Method in class RepositoryTrait
- Create model instance
- WidgetBoxHandler::create() — Method in class WidgetBoxHandler
- 위젯박스를 생성한다.
- $AbstractWidget — Property in class AbstractWidget
D
- CategoryHandler::deleteCate() — Method in class CategoryHandler
- Delete category
- CategoryHandler::deleteItem() — Method in class CategoryHandler
- Delete single item or all descendant
- $CategoryItemRepository — Property in class CategoryItemRepository
- Event dispatcher instance
- CategoryItemRepository::delete() — Method in class CategoryItemRepository
- Delete a category item
- DuplicateException — Class in namespace Xpressengine\Config\Exceptions
- 중복된 이름이 전달된 경우
- DatabaseRepository — Class in namespace Xpressengine\Config\Repositories
- DB 에 자료를 입출력 하는 역할을 담당
- $CounterLog — Property in class CounterLog
- stringid
- DatabaseCoupler — Class in namespace Xpressengine\Database
- DatabaseCoupler
- $DatabaseCoupler — Property in class DatabaseCoupler
- DatabaseCoupler::destruct() — Method in class DatabaseCoupler
- destroy singleton instance test 를 위해서 singleton class destruct 를 실행 해야 할 일이 있는데.
- DatabaseCoupler::databaseManager() — Method in class DatabaseCoupler
- get DatabaseManager
- DatabaseException — Class in namespace Xpressengine\Database
- DatabaseException
- DatabaseHandler — Class in namespace Xpressengine\Database
- DatabaseHandler
- DynamicQuery — Class in namespace Xpressengine\Database
- DynamicQuery
- $DynamicQuery — Property in class DynamicQuery
- dynamic query
- $DynamicQuery — Property in class DynamicQuery
- dynamic query 사용하면서 join 된 테이블 정보
- DynamicQuery::delete() — Method in class DynamicQuery
- Delete a record from the database.
- DynamicModel — Class in namespace Xpressengine\Database\Eloquent
- DynamicModel
- $DynamicModel — Property in class DynamicModel
- $DynamicModel — Property in class DynamicModel
- dynamic mode 애서 사용될 attributes
- ProxyInterface::delete() — Method in class ProxyInterface
- delete
- ProxyManager::destruct() — Method in class ProxyManager
- destroy singleton instance
- ProxyManager::delete() — Method in class ProxyManager
- delete
- TransactionHandler::destruct() — Method in class TransactionHandler
- destroy singleton instance
- VirtualConnection::dynamic() — Method in class VirtualConnection
- DynamicField 를 이용해 처리.
- VirtualConnection::delete() — Method in class VirtualConnection
- Run a delete statement against the database.
- VirtualConnectionInterface::dynamic() — Method in class VirtualConnectionInterface
- Begin a fluent query against a database table.
- $ConfigHandler — Property in class ConfigHandler
- DocumentException — Class in namespace Xpressengine\Document
- DocumentException
- DocumentHandler — Class in namespace Xpressengine\Document
- DocumentHandler
- DocumentHandler::destroyInstance() — Method in class DocumentHandler
- destroy document instance
- DivisionTableAlreadyExistsException — Class in namespace Xpressengine\Document\Exceptions
- DivisionExistsException
- DocumentNotFoundException — Class in namespace Xpressengine\Document\Exceptions
- NotFoundDocumentException
- InstanceManager::dropDivisionTable() — Method in class InstanceManager
- drop document instance
- Document — Class in namespace Xpressengine\Document\Models
- Document
- $Document — Property in class Document
- $Document — Property in class Document
- $Document — Property in class Document
- $Document — Property in class Document
- stringid
- Document::division() — Method in class Document
- division 테이블로 변경
- $Revision — Property in class Revision
- $Revision — Property in class Revision
- stringid
- DraftEntity — Class in namespace Xpressengine\Draft
- 임시저장 데이터 객체
- DraftHandler — Class in namespace Xpressengine\Draft
- Class DraftHandler
- DraftRepository — Class in namespace Xpressengine\Draft
- 데이터베이스에 임시저장 데이터 입출력 처리
- DraftRepository::delete() — Method in class DraftRepository
- 임시저장 데이터 삭제
- $AbstractSkin — Property in class AbstractSkin
- path delimiter
- AbstractSkin::delete() — Method in class AbstractSkin
- Dynamic Field 에 데이터 삭제
- $AbstractType — Property in class AbstractType
- field type description
- AbstractType::description() — Method in class AbstractType
- get field type description
- AbstractType::drop() — Method in class AbstractType
- Dynamic Field 삭제 시 처리해야 할 사항들
- AbstractType::dropTable() — Method in class AbstractType
- Dynamic Field 삭제 시 테이블 삭제
- AbstractType::dropField() — Method in class AbstractType
- Dynamic Field 삭제 시 alter table 로 처리
- AbstractType::delete() — Method in class AbstractType
- 생성된 Dynamic Field 테이블에 데이터 삭제
- $ColumnEntity — Property in class ColumnEntity
- ColumnEntity::drop() — Method in class ColumnEntity
- 컬럼 제거
- $ConfigHandler — Property in class ConfigHandler
- default config
- DatabaseProxy — Class in namespace Xpressengine\DynamicField
- DatabaseProxy
- DatabaseProxy::delete() — Method in class DatabaseProxy
- delete
- DynamicFieldException — Class in namespace Xpressengine\DynamicField
- DynamicFieldException
- DynamicFieldHandler — Class in namespace Xpressengine\DynamicField
- DynamicFieldHandler
- DynamicFieldHandler::drop() — Method in class DynamicFieldHandler
- DynamicField 제거
- $AbstractEditor — Property in class AbstractEditor
- Default editor arguments
- $EditorHandler — Property in class EditorHandler
- Default editor identifier
- Definition — Class in namespace Xpressengine\Interception\Proxy
- 동적으로 생성될 프록시 클래스에 대한 명세 프록시 클래스의 이름과 코드를 저장한다.
- $Keygen — Property in class Keygen
- default config
- $AbstractCommand — Property in class AbstractCommand
- Dimension interface
- Dimension — Class in namespace Xpressengine\Media\Coordinators
- 가로 세로 크기 객체
- DummyExtension — Class in namespace Xpressengine\Media\Extensions
- extension 을 사용하지 않을 경우 사용되는 클래스
- MediaManager::delete() — Method in class MediaManager
- 미디어 삭제
- AbstractModule::deleteMenu() — Method in class AbstractModule
- Process to delete
- MenuHandler::deleteMenu() — Method in class MenuHandler
- Delete menu
- MenuHandler::deleteItem() — Method in class MenuHandler
- Delete menu item
- MenuHandler::deleteMenuType() — Method in class MenuHandler
- Delete menu type associated with the menu item.
- MenuHandler::deleteMenuTheme() — Method in class MenuHandler
- Delete menu config consisting of theme identifiers
- MenuHandler::deleteMenuItemTheme() — Method in class MenuHandler
- Delete menu item config consisting of theme identifiers
- DirectLink — Class in namespace Xpressengine\Menu\MenuType
- DirectLink
- DirectLink::deleteMenu() — Method in class DirectLink
- Process to delete
- MenuTypeInterface::deleteMenu() — Method in class MenuTypeInterface
- Process to delete
- $Menu — Property in class Menu
- string$description
- $MenuItem — Property in class MenuItem
- string$description설명
- $MenuItemRepository — Property in class MenuItemRepository
- Event dispatcher instance
- MenuItemRepository::delete() — Method in class MenuItemRepository
- Delete a menu item
- PermissionHandler::destroy() — Method in class PermissionHandler
- Remove from repository
- PermissionRepository::delete() — Method in class PermissionRepository
- Delete register information
- CacheDecorator::delete() — Method in class CacheDecorator
- Delete register information
- DatabaseRepository — Class in namespace Xpressengine\Permission\Repositories
- Class DatabaseRepository
- DatabaseRepository::delete() — Method in class DatabaseRepository
- Delete register information
- AbstractPlugin::deactivate() — Method in class AbstractPlugin
- 플러그인을 비활성화한다. 플러그인이 비활성화될 때 실행할 코드를 여기에 작성한다
- Composer::deleteDirectory() — Method in class Composer
- delete Directory
- $ComposerFileWriter — Property in class ComposerFileWriter
- PluginEntity::deactivate() — Method in class PluginEntity
- PluginHandler::deactivatePlugin() — Method in class PluginHandler
- 주어진 플러그인을 비활성화한다.
- $HtmlPresenter — Property in class HtmlPresenter
- The array of view data.
- $JsonPresenter — Property in class JsonPresenter
- The array of view data.
- $Presenter — Property in class Presenter
- Data that should be available at current presentable
- $RedirectResponse — Property in class RedirectResponse
- CacheDecorator::delete() — Method in class CacheDecorator
- Delete the route item from the repository
- DatabaseRouteRepository — Class in namespace Xpressengine\Routing\Repositories
- class DatabaseRouteRepository
- DatabaseRouteRepository::delete() — Method in class DatabaseRouteRepository
- Delete the route item from the repository
- MemoryDecorator::delete() — Method in class MemoryDecorator
- Delete the route item from the repository
- RouteRepository::delete() — Method in class RouteRepository
- Delete the route item from the repository
- $Log — Property in class Log
- $Log — Property in class Log
- LogRepository::delete() — Method in class LogRepository
- delete
- $SettingsMenu — Property in class SettingsMenu
- SiteRepository::deleteByHost() — Method in class SiteRepository
- Delete object by host name
- $AbstractSkin — Property in class AbstractSkin
- $SkinHandler — Property in class SkinHandler
- $SkinHandler — Property in class SkinHandler
- Distributor — Class in namespace Xpressengine\Storage
- Interface Distributor
- $File — Property in class File
- string$disk
- $File — Property in class File
- int$downloadCount
- FilesystemHandler::delete() — Method in class FilesystemHandler
- remove file from storage
- $Storage — Property in class Storage
- distributor instance
- Storage::download() — Method in class Storage
- file download from storage
- Storage::delete() — Method in class Storage
- delete file
- TempFile::destroy() — Method in class TempFile
- Destroy the file from temporary disk
- CacheableEloquentRepositoryTrait::delete() — Method in class CacheableEloquentRepositoryTrait
- delete
- EloquentRepositoryTrait::delete() — Method in class EloquentRepositoryTrait
- delete
- EloquentRepositoryTrait::decrement() — Method in class EloquentRepositoryTrait
- Decrement a column's value by a given amount.
- Json::decode() — Method in class Json
- call json_decode function
- $Migration — Property in class Migration
- stringid
- Purifier::disallowModule() — Method in class Purifier
- HTMLModule 제거, 비활성
- $Node — Property in class Node
- Collection$descendants
- Node::descendants() — Method in class Node
- Descendants relationship
- $NodeInterface — Property in class NodeInterface
- stringid
- Decomposer — Class in namespace Xpressengine\Tag
- Interface Decomposer
- $TagHandler — Property in class TagHandler
- Decomposer instance
- TagRepository::detach() — Method in class TagRepository
- Detach tag to taggable
- AbstractTheme::deleteSetting() — Method in class AbstractTheme
- 생성된 테마 설정을 삭제하기 전 필요한 작업을 처리한다.
- GenericTheme::deleteSetting() — Method in class GenericTheme
- 생성된 테마 설정을 삭제하기 전 필요한 작업을 처리한다.
- ThemeHandler::deselectTheme() — Method in class ThemeHandler
- alias for selectBlankTheme()
- ThemeHandler::deleteThemeConfig() — Method in class ThemeHandler
- 주어진 테마의 config data를 삭제한다.
- $LangData — Property in class LangData
- $TransCache — Property in class TransCache
- DisplayNameAlreadyExistsException — Class in namespace Xpressengine\User\Exceptions
- 이미 존재하는 표시이름을 사용하려고 할 경우 발생하는 Exception
- $PendingEmail — Property in class PendingEmail
- $User — Property in class User
- $User — Property in class User
- $User — Property in class User
- $UserAccount — Property in class UserAccount
- $UserEmail — Property in class UserEmail
- $UserGroup — Property in class UserGroup
- PendingEmailRepository::delete() — Method in class PendingEmailRepository
- PendingEmailRepository::deleteByUserIds() — Method in class PendingEmailRepository
- 주어진 회원이 소유한 이메일을 삭제한다.
- PendingEmailRepositoryInterface::deleteByUserIds() — Method in class PendingEmailRepositoryInterface
- 주어진 회원이 소유한 이메일을 삭제한다.
- RegisterTokenRepository::delete() — Method in class RegisterTokenRepository
- Delete a token record by token.
- RegisterTokenRepository::deleteExpired() — Method in class RegisterTokenRepository
- Delete expired tokens.
- RepositoryInterface::delete() — Method in class RepositoryInterface
- delete
- RepositoryTrait::delete() — Method in class RepositoryTrait
- delete
- UserAccountRepository::deleteByUserIds() — Method in class UserAccountRepository
- 회원 아이디에 해당하는 계정정보를 모두 삭제한다.
- UserAccountRepositoryInterface::deleteByUserIds() — Method in class UserAccountRepositoryInterface
- 회원 아이디에 해당하는 계정정보를 모두 삭제한다.
- UserEmailRepository::delete() — Method in class UserEmailRepository
- UserEmailRepository::deleteByUserIds() — Method in class UserEmailRepository
- 주어진 회원이 소유한 이메일을 삭제한다.
- UserEmailRepositoryInterface::deleteByUserIds() — Method in class UserEmailRepositoryInterface
- 주어진 회원이 소유한 이메일을 삭제한다.
- UserEmailRepositoryInterface::delete() — Method in class UserEmailRepositoryInterface
- UserGroupRepository::delete() — Method in class UserGroupRepository
- delete
- UserHandler::deleteGroup() — Method in class UserHandler
- 그룹을 삭제한다
- UserHandler::deleteEmail() — Method in class UserHandler
- 이메일을 삭제한다
- UserHandler::deleteAccount() — Method in class UserHandler
- 계정을 삭제한다
- RepositoryTrait::delete() — Method in class RepositoryTrait
- delete
- WidgetBoxHandler::delete() — Method in class WidgetBoxHandler
- 위젯박스를 삭제한다.
- $AbstractWidget — Property in class AbstractWidget
- $WidgetHandler — Property in class WidgetHandler
- $WidgetHandler — Property in class WidgetHandler
E
- CaptchaInterface::errors() — Method in class CaptchaInterface
- Message of fails
- GoogleRecaptcha::errors() — Method in class GoogleRecaptcha
- Message of fails
- $NaverCaptcha — Property in class NaverCaptcha
- Error messages
- NaverCaptcha::errors() — Method in class NaverCaptcha
- Message of fails
- EventListener — Class in namespace Xpressengine\Category
- Class EventListener
- CategoryItemRepository::exclude() — Method in class CategoryItemRepository
- Exclude object from ancestors of item
- CacheDecorator::erase() — Method in class CacheDecorator
- Remove cache data
- Validator::extending() — Method in class Validator
- add new rule to validation factory
- $Document — Property in class Document
- stringcertifyKey
- $Document — Property in class Document
- integerreadCount
- $Document — Property in class Document
- stringdeletedAt
- $Document — Property in class Document
- stringhead
- $Document — Property in class Document
- stringreply
- $Revision — Property in class Revision
- stringrevisionId
- $Revision — Property in class Revision
- stringrevisionNo
- $Revision — Property in class Revision
- stringcertifyKey
- $Revision — Property in class Revision
- stringreadCount
- $Revision — Property in class Revision
- stringdeletedAt
- $Revision — Property in class Revision
- stringhead
- $Revision — Property in class Revision
- stringreply
- DraftHandler::exists() — Method in class DraftHandler
- 키 값에 해당하는 임시저장 데이터 존재 유무 판별
- AbstractSkin::edit() — Method in class AbstractSkin
- 수정 form 에 추가될 html 코드 반환 return html tag string
- $AbstractEditor — Property in class AbstractEditor
- EditorHandler instance
- $AbstractEditor — Property in class AbstractEditor
- Dispatcher instance
- AbstractTool::enable() — Method in class AbstractTool
- Indicates if usable the tool
- EditorException — Class in namespace Xpressengine\Editor
- EditorException
- EditorHandler — Class in namespace Xpressengine\Editor
- Class EditorHandler
- EditorNotFoundException — Class in namespace Xpressengine\Editor\Exceptions
- EditorNotFoundException
- EditorContent — Class in namespace Xpressengine\Editor\PurifierModules
- 에디터와 연계하거나 활용을 위해 콘텐츠에 대해 특정한 속성을 허용
- EvalLoader — Class in namespace Xpressengine\Interception\Proxy\Loader
- 이 클래스는 동적으로 생성된 프록시 클래스를 eval()을 사용하여 로딩한다.
- FileLoader::existProxyFile() — Method in class FileLoader
- 주어진 프록시설정에 해당하는 클래스파일이 존재하는지 확인한다.
- ExtensionInterface — Class in namespace Xpressengine\Media\Extensions
- extension 의 기능을 정의 함
- AudioHandler::extractInformation() — Method in class AudioHandler
- Extract file meta data
- ImageHandler::extractDimension() — Method in class ImageHandler
- Extract file meta data
- $VideoHandler — Property in class VideoHandler
- Extension instance
- VideoHandler::extractInformation() — Method in class VideoHandler
- Extract file meta data
- MediaManager::extend() — Method in class MediaManager
- 미디어 핸들러를 추가, 변경하여 기능 확장
- AbstractModule::editMenuForm() — Method in class AbstractModule
- Return Edit Form View
- EventListener — Class in namespace Xpressengine\Menu
- Class Listener
- DirectLink::editMenuForm() — Method in class DirectLink
- Return Edit Form View
- MenuTypeInterface::editMenuForm() — Method in class MenuTypeInterface
- Return Edit Form View
- Grant::except() — Method in class Grant
- Add except user identifier
- Policy::extractExcepts() — Method in class Policy
- Extract except user information
- CacheDecorator::erase() — Method in class CacheDecorator
- Remove cache data
- $PluginCollection — Property in class PluginCollection
- EmptyStringTrait — Class in namespace Xpressengine\Presenter\Html\Tags
- EmptyStringTrait
- AbstractImporter::exec() — Method in class AbstractImporter
- Execute import job
- AbstractImporter::extractUrl() — Method in class AbstractImporter
- Extract url from data array
- BasicImporter::exec() — Method in class BasicImporter
- Execute import job
- OpenGraphImporter::exec() — Method in class OpenGraphImporter
- Execute import job
- TwitterCardImporter::exec() — Method in class TwitterCardImporter
- Execute import job
- $SeoHandler — Property in class SeoHandler
- Will be executed
- SeoHandler::extract() — Method in class SeoHandler
- Extract item of seo usable
- Setting::exists() — Method in class Setting
- Check a setting information exists
- FilesystemHandler::exists() — Method in class FilesystemHandler
- check exists a file
- EloquentRepositoryTrait — Class in namespace Xpressengine\Support
- Entity — Class in namespace Xpressengine\Support
- Abstract class Entity
- $Entity — Property in class Entity
- Indicates if the entity exists.
- Json::encode() — Method in class Json
- call json_encode function
- Json::exception() — Method in class Json
- message make for version lower then 5.5.0
- Decomposer::execute() — Method in class Decomposer
- Execute decomposing
- SimpleDecomposer::execute() — Method in class SimpleDecomposer
- Execute decomposing
- EmptyLocaleException — Class in namespace Xpressengine\Translation\Exceptions
- locale 목록이 비어있는 경우
- LangData::each() — Method in class LangData
- Element — Class in namespace Xpressengine\UIObject
- Element class
- $Element — Property in class Element
- $Element — Property in class Element
- EmailBroker — Class in namespace Xpressengine\User
- 이 클래스는 Xpressengine에서 이메일 인증 처리를 수행하는 클래스이다.
- EmailBrokerInterface — Class in namespace Xpressengine\User
- 이 인터페이스는 이메일 인증 처리 클래스가 구현해야 하는 인터페이스이다.
- EmailInterface — Class in namespace Xpressengine\User
- 회원의 메일 정보를 저장하는 클래스가 구현해야 하는 인터페이스
- EmailAlreadyExistsException — Class in namespace Xpressengine\User\Exceptions
- 이미 존재하는 이메일을 추가하려고 할 때 발생하는 Exception
- EmailNotFoundException — Class in namespace Xpressengine\User\Exceptions
- 존재하지 않는 이메일을 사용하려고 할 경우 발생하는 Exception
- GroupInterface::exceptUser() — Method in class GroupInterface
- except User
- $User — Property in class User
- User::emails() — Method in class User
- set relationship with emails
- UserGroup::exceptUser() — Method in class UserGroup
- except User
- $RegisterTokenRepository — Property in class RegisterTokenRepository
- The number of seconds a token should last.
- RegisterTokenRepository::exists() — Method in class RegisterTokenRepository
- Determine if a token record exists and is valid.
- UserGroupRepository::exceptUser() — Method in class UserGroupRepository
- 주어진 회원을 그룹에서 제외시킨다.
- UserGroupRepositoryInterface::exceptUser() — Method in class UserGroupRepositoryInterface
- 주어진 회원을 그룹에서 제외시킨다.
- $UserHandler — Property in class UserHandler
- UserHandler::emails() — Method in class UserHandler
- 회원 이메일 저장소를 반환한다.
F
- $GoogleRecaptcha — Property in class GoogleRecaptcha
- FrontendHandler instance
- $NaverCaptcha — Property in class NaverCaptcha
- FrontendHandler instance
- $Category — Property in class Category
- The attributes that are mass assignable.
- $CategoryItem — Property in class CategoryItem
- The attributes that are mass assignable.
- ConfigEntity::fill() — Method in class ConfigEntity
- Fill the model with an array of attributes.
- ConfigRepository::find() — Method in class ConfigRepository
- search getter
- ConfigRepository::fetchAncestor() — Method in class ConfigRepository
- search ancestors getter
- ConfigRepository::fetchDescendant() — Method in class ConfigRepository
- search descendants getter
- ConfigRepository::foster() — Method in class ConfigRepository
- Parent Changing with descendant
- CacheDecorator::find() — Method in class CacheDecorator
- search getter
- CacheDecorator::fetchAncestor() — Method in class CacheDecorator
- search ancestors getter
- CacheDecorator::fetchDescendant() — Method in class CacheDecorator
- search descendants getter
- CacheDecorator::foster() — Method in class CacheDecorator
- Parent Changing with descendant
- DatabaseRepository::find() — Method in class DatabaseRepository
- search getter
- DatabaseRepository::fetchAncestor() — Method in class DatabaseRepository
- search ancestors getter
- DatabaseRepository::fetchDescendant() — Method in class DatabaseRepository
- search descendants getter
- DatabaseRepository::foster() — Method in class DatabaseRepository
- Parent Changing with descendant
- $Validator — Property in class Validator
- validation factory instance
- Factory — Class in namespace Xpressengine\Counter
- Factory 설정에 따라 Counter 인스턴스를 획득하여 사용할 수 있도록 함
- DynamicQuery::filter() — Method in class DynamicQuery
- $args 로 넘어온 데이터와 $columns 를 비교해서 $args 값을 거른다.
- DynamicQuery::first() — Method in class DynamicQuery
- get first row
- DynamicQuery::find() — Method in class DynamicQuery
- Execute a query for a single record by ID.
- DynamicModel::filter() — Method in class DynamicModel
- $args 로 넘어온 데이터와 $columns 를 비교해서 $args 값을 거른다.
- DynamicModel::fill() — Method in class DynamicModel
- fill
- ProxyInterface::first() — Method in class ProxyInterface
- DynamicQuery 에서 first() method 실행 시 join 처리
- ProxyManager::first() — Method in class ProxyManager
- 등록된 모든 proxy의 first()를 처리함.
- $VirtualConnection — Property in class VirtualConnection
- The default fetch mode of the connection.
- VirtualConnection::fixConfig() — Method in class VirtualConnection
- 설정 정보 확인 master, slave 설정이 없을 경우 기본 설정을 넣어 줌
- $Document — Property in class Document
- Document::fixedAttributes() — Method in class Document
- Set default value to attributes
- Document::fireModelEvent() — Method in class Document
- Fire the given event for the model.
- $Revision — Property in class Revision
- DraftRepository::find() — Method in class DraftRepository
- 하나의 임시저장 객채를 반환
- DraftRepository::fetch() — Method in class DraftRepository
- 임시저장 데이터 목록을 반환
- AbstractSkin::filter() — Method in class AbstractSkin
- arguments filter
- AbstractType::first() — Method in class AbstractType
- $query 에 outer join 된 쿼리를 리턴
- DatabaseProxy::first() — Method in class DatabaseProxy
- DynamicQuery 에서 first() method 실행 시 join 처리
- $AbstractEditor — Property in class AbstractEditor
- FrontendHandler instance
- $AbstractEditor — Property in class AbstractEditor
- Used files
- $AbstractEditor — Property in class AbstractEditor
- The file input name
- $AbstractEditor — Property in class AbstractEditor
- The file class name
- $AbstractEditor — Property in class AbstractEditor
- The file identifier attribute name
- FileLoader — Class in namespace Xpressengine\Interception\Proxy\Loader
- 이 클래스는 동적으로 생성된 프록시 클래스를 파일로 생성후 로딩한다.
- FitCommand — Class in namespace Xpressengine\Media\Commands
- crop & resize 를 수행하는 command
- FFMpegExtension — Class in namespace Xpressengine\Media\Extensions
- FFMpeg extension 기능을 이용
- $FFMpegExtension — Property in class FFMpegExtension
- FFMpeg instance
- $VideoHandler — Property in class VideoHandler
- The time second for snapshot
- $MediaManager — Property in class MediaManager
- CommandFactory instance
- $Audio — Property in class Audio
- string$fileId
- $Image — Property in class Image
- string$fileId
- $AudioMeta — Property in class AudioMeta
- The foreign key name for the model.
- $ImageMeta — Property in class ImageMeta
- The foreign key name for the model.
- $VideoMeta — Property in class VideoMeta
- The foreign key name for the model.
- $Video — Property in class Video
- string$fileId
- $Menu — Property in class Menu
- The attributes that are mass assignable.
- $MenuItem — Property in class MenuItem
- The attributes that are mass assignable.
- MenuItemRepository::fetchIn() — Method in class MenuItemRepository
- Get menu item list by primary keys
- MenuRepository::findWith() — Method in class MenuRepository
- Find a menu by its primary key. and with relations
- MenuRepository::fetchBySiteKey() — Method in class MenuRepository
- Get menu list by site keyword. and with relations
- PermissionHandler::find() — Method in class PermissionHandler
- Get a permission from repository
- PermissionHandler::findOrNew() — Method in class PermissionHandler
- Get a permission from repository or generate when not exists
- PermissionRepository::findByName() — Method in class PermissionRepository
- Find a registered by type and name
- PermissionRepository::fetchAncestor() — Method in class PermissionRepository
- Returns ancestor of item
- PermissionRepository::fetchDescendant() — Method in class PermissionRepository
- Returns descendant of item
- PermissionRepository::foster() — Method in class PermissionRepository
- Parent Changing with descendant
- CacheDecorator::findByName() — Method in class CacheDecorator
- Find a registered by type and name
- CacheDecorator::fetchAncestor() — Method in class CacheDecorator
- Returns ancestor of item
- CacheDecorator::fetchDescendant() — Method in class CacheDecorator
- Returns descendant of item
- CacheDecorator::foster() — Method in class CacheDecorator
- Parent Changing with descendant
- DatabaseRepository::findByName() — Method in class DatabaseRepository
- Find a registered by type and name
- DatabaseRepository::fetchAncestor() — Method in class DatabaseRepository
- Returns ancestor of item
- DatabaseRepository::fetchDescendant() — Method in class DatabaseRepository
- Returns descendant of item
- DatabaseRepository::foster() — Method in class DatabaseRepository
- Parent Changing with descendant
- FilePluginCache — Class in namespace Xpressengine\Plugin\Cache
- $MetaFileReader — Property in class MetaFileReader
- PluginCollection::fetch() — Method in class PluginCollection
- 주어진 검색 정보 사용하여 플러그인을 조회한다.
- PluginCollection::fetchByStatus() — Method in class PluginCollection
- 플러그인 상태로 플러그인 목록을 조회한다.
- PluginCollection::fetchByKeyword() — Method in class PluginCollection
- 키워드로 플러그인 목록을 조회한다. 주어진 키워드를 id, description, keywords, author정보에서 조회한다.
- PluginCollection::fetchByComponent() — Method in class PluginCollection
- 주어진 컴포넌트 타입을 소유한 플러그인 목록을 조회한다.
- PluginProvider::find() — Method in class PluginProvider
- 자료실에서 주어진 아이디의 자료를 조회한다.
- PluginProvider::findAll() — Method in class PluginProvider
- 자료실에서 주어진 아이디들의 자료를 조회한다
- PluginProvider::findRelease() — Method in class PluginProvider
- findRelease
- FrontendHandler — Class in namespace Xpressengine\Presenter\Html
- FrontendHandler는 html 문서가 출력할 때 필요한 다양한 태그와js, css파일을 지정된 위치에 추가하고 관리하는 역할을 합니다.
- HtmlPresenter::format() — Method in class HtmlPresenter
- format
- $CSSFile — Property in class CSSFile
- $CSSFile — Property in class CSSFile
- $IconFile — Property in class IconFile
- $IconFile — Property in class IconFile
- $JSFile — Property in class JSFile
- $JSFile — Property in class JSFile
- JsonPresenter::format() — Method in class JsonPresenter
- format
- Presentable::format() — Method in class Presentable
- format
- RendererInterface::format() — Method in class RendererInterface
- Illuminate\Http\Request::initializeFormats() 에서 정의된 formats 에서 하나의 format
- CacheDecorator::findByUrlAndSiteKey() — Method in class CacheDecorator
- Retrieve a route by url segment and site key
- CacheDecorator::findByInstanceId() — Method in class CacheDecorator
- Retrieve a route by instance identifier
- CacheDecorator::fetchBySiteKey() — Method in class CacheDecorator
- Retrieve routes by site key
- CacheDecorator::fetchByModule() — Method in class CacheDecorator
- Retrieve routes by module name
- DatabaseRouteRepository::findByUrlAndSiteKey() — Method in class DatabaseRouteRepository
- Retrieve a route by url segment and site key
- DatabaseRouteRepository::findByInstanceId() — Method in class DatabaseRouteRepository
- Retrieve a route by instance identifier
- DatabaseRouteRepository::fetchBySiteKey() — Method in class DatabaseRouteRepository
- Retrieve routes by site key
- DatabaseRouteRepository::fetchByModule() — Method in class DatabaseRouteRepository
- Retrieve routes by module name
- MemoryDecorator::findByUrlAndSiteKey() — Method in class MemoryDecorator
- Retrieve a route by url segment and site key
- MemoryDecorator::findByInstanceId() — Method in class MemoryDecorator
- Retrieve a route by instance identifier
- MemoryDecorator::fetchBySiteKey() — Method in class MemoryDecorator
- Retrieve routes by site key
- MemoryDecorator::fetchByModule() — Method in class MemoryDecorator
- Retrieve routes by module name
- RouteRepository::findByUrlAndSiteKey() — Method in class RouteRepository
- Retrieve a route by url segment and site key
- RouteRepository::findByInstanceId() — Method in class RouteRepository
- Retrieve a route by instance identifier
- RouteRepository::fetchBySiteKey() — Method in class RouteRepository
- Retrieve routes by site key
- RouteRepository::fetchByModule() — Method in class RouteRepository
- Retrieve routes by module name
- $AbstractImporter — Property in class AbstractImporter
- FrontendHandler instance
- $SeoHandler — Property in class SeoHandler
- FrontendHandler instance
- $Log — Property in class Log
- $Site — Property in class Site
- The attributes that are mass assignable.
- SiteRepository::findBy() — Method in class SiteRepository
- Find a object by given column and value
- FileDoesNotExistException — Class in namespace Xpressengine\Storage\Exceptions
- 파일이 존재하지 않는 경우 발생하는 예외
- File — Class in namespace Xpressengine\Storage
- Class File
- $File — Property in class File
- The table associated with the model for morph.
- $File — Property in class File
- The attributes that are mass assignable.
- $File — Property in class File
- string$filename
- FileRepository — Class in namespace Xpressengine\Storage
- Class FileRepository
- FileRepository::fetchIn() — Method in class FileRepository
- Get files by given ids
- FileRepository::fetchByFileable() — Method in class FileRepository
- Get the files for fileable
- FilesystemHandler — Class in namespace Xpressengine\Storage
- Class FilesystemHandler
- $FilesystemHandler — Property in class FilesystemHandler
- filesystem manager instance
- $Storage — Property in class Storage
- filesystem handler instance
- CacheInterface::forget() — Method in class CacheInterface
- remove
- $Entity — Property in class Entity
- The attributes that are mass assignable.
- Entity::fill() — Method in class Entity
- Fill the model with an array of attributes.
- FileAccessDeniedHttpException — Class in namespace Xpressengine\Support\Exceptions
- FileAccessDeniedHttpException
- Json::format() — Method in class Json
- 주어진 json string을 보기 편하게 정리한다.
- LaravelCache::forget() — Method in class LaravelCache
- remove
- Purifier::finalize() — Method in class Purifier
- HTMLPurifier 설정을 추가 변경할 수 없도록 제한
- Tree::fullSort() — Method in class Tree
- sort all nodes
- TagRepository::fetchByTaggable() — Method in class TagRepository
- Returns tags of the taggable
- TagRepository::fetchPopular() — Method in class TagRepository
- Returns most popular tags
- TagRepository::fetPopularWhole() — Method in class TagRepository
- Returns most popular tags in whole
- TagRepository::fetchPopularPeriod() — Method in class TagRepository
- Returns most popular tags of date period
- TagRepository::fetchPopularPeriodWhole() — Method in class TagRepository
- Returns most popular tags of date period in whole
- TagRepository::fetchSimilar() — Method in class TagRepository
- Search similar tags by given string
- $LangFileLoader — Property in class LangFileLoader
- TransCache::flush() — Method in class TransCache
- 캐시를 비웁니다
- TransCachedDatabase::flush() — Method in class TransCachedDatabase
- 전체 캐시를 비웁니다
- $Translator — Property in class Translator
- $PendingEmail — Property in class PendingEmail
- $User — Property in class User
- $UserAccount — Property in class UserAccount
- $UserEmail — Property in class UserEmail
- $UserGroup — Property in class UserGroup
- PendingEmailRepository::findByAddress() — Method in class PendingEmailRepository
- 이메일 주소로 이메일 정보를 조회한다.
- PendingEmailRepository::findByUserId() — Method in class PendingEmailRepository
- 회원 아이디로 이메일을 조회하여 반환한다.
- PendingEmailRepository::findByConfirmationCode() — Method in class PendingEmailRepository
- 주어진 회원이 소유한 등록대기 이메일의 인증 코드를 반환한다.
- PendingEmailRepositoryInterface::findByAddress() — Method in class PendingEmailRepositoryInterface
- 이메일 주소로 이메일 정보를 조회한다.
- PendingEmailRepositoryInterface::findByUserId() — Method in class PendingEmailRepositoryInterface
- 회원 아이디로 이메일을 조회하여 반환한다.
- RegisterTokenRepository::find() — Method in class RegisterTokenRepository
- find token
- UserAccountRepository::findByUserId() — Method in class UserAccountRepository
- 회원 아이디로 계정정보를 조회한다.
- UserAccountRepositoryInterface::findByUserId() — Method in class UserAccountRepositoryInterface
- 회원 아이디로 계정정보를 조회한다.
- UserEmailRepository::findByAddress() — Method in class UserEmailRepository
- 이메일 주소로 이메일 정보를 조회한다.
- UserEmailRepository::findByUserId() — Method in class UserEmailRepository
- 회원 아이디로 이메일을 조회하여 반환한다.
- UserEmailRepositoryInterface::findByAddress() — Method in class UserEmailRepositoryInterface
- 이메일 주소로 이메일 정보를 조회한다.
- UserEmailRepositoryInterface::findByUserId() — Method in class UserEmailRepositoryInterface
- 회원 아이디로 이메일을 조회하여 반환한다.
- UserRepository::findByEmail() — Method in class UserRepository
- 이메일 주소를 소유한 회원을 조회한다.
- UserRepositoryInterface::findByEmail() — Method in class UserRepositoryInterface
- 이메일 주소를 소유한 회원을 조회한다.
- VirtualGroupRepository::find() — Method in class VirtualGroupRepository
- 주어진 id에 해당하는 가상그룹 정보를 반환한다.
- VirtualGroupRepository::findByTitle() — Method in class VirtualGroupRepository
- 가상그룹 이름으로 가상그룹을 조회한다.
- VirtualGroupRepository::findByUserId() — Method in class VirtualGroupRepository
- 회원이 소속된 가상그룹 목록을 조회한다.
- VirtualGroupRepositoryInterface::find() — Method in class VirtualGroupRepositoryInterface
- 주어진 id에 해당하는 가상그룹 정보를 반환한다.
- VirtualGroupRepositoryInterface::findByTitle() — Method in class VirtualGroupRepositoryInterface
- 가상그룹 이름으로 가상그룹을 조회한다.
- VirtualGroupRepositoryInterface::findByUserId() — Method in class VirtualGroupRepositoryInterface
- 회원이 소속된 가상그룹 목록을 조회한다.
- $WidgetBox — Property in class WidgetBox
- WidgetHandler::fullWidgetId() — Method in class WidgetHandler
- prefix를 포함한 완전한 widget id를 반환한다.
G
- CaptchaInterface::getInputName() — Method in class CaptchaInterface
- Captcha input name
- CaptchaManager::getConfig() — Method in class CaptchaManager
- Returns api config
- CaptchaManager::getDefaultDriver() — Method in class CaptchaManager
- Get the default captcha driver name.
- GoogleRecaptcha — Class in namespace Xpressengine\Captcha\Services
- 구글 reCAPTCHA 기능을 처리 함.
- GoogleRecaptcha::getInputName() — Method in class GoogleRecaptcha
- Captcha input name
- NaverCaptcha::getInputName() — Method in class NaverCaptcha
- Captcha input name
- NaverCaptcha::getImgSrc() — Method in class NaverCaptcha
- Returns image source by key
- Category::getProgenitors() — Method in class Category
- Get category items of root level
- Category::getItemModel() — Method in class Category
- Get the category item model
- Category::getCountName() — Method in class Category
- Get the count name for model
- CategoryItem::getChildren() — Method in class CategoryItem
- Return the child node items or empty array
- CategoryItem::getClosureTable() — Method in class CategoryItem
- Get the pivot table for model's hierarchy
- CategoryItem::getAncestorName() — Method in class CategoryItem
- Get the ancestor key name of pivot table
- CategoryItem::getDescendantName() — Method in class CategoryItem
- Get the descendant key name of pivot table
- CategoryItem::getDepthName() — Method in class CategoryItem
- Get the depth key name of pivot table
- CategoryItem::getParentIdName() — Method in class CategoryItem
- Get the parent key name for model
- CategoryItem::getOrderKeyName() — Method in class CategoryItem
- Get the order key name for model
- CategoryItem::getAggregatorModel() — Method in class CategoryItem
- Get the aggregator model name for model
- CategoryItem::getAggregatorKeyName() — Method in class CategoryItem
- Get the aggregator key name for model
- CategoryItemRepository::getModel() — Method in class CategoryItemRepository
- The name of Category model class
- $ConfigEntity — Property in class ConfigEntity
- The attributes that aren't mass assignable.
- ConfigEntity::get() — Method in class ConfigEntity
- get value, chain of responsibility
- ConfigEntity::getPureAll() — Method in class ConfigEntity
- get pure object to array
- ConfigEntity::getPure() — Method in class ConfigEntity
- get pure value
- ConfigEntity::getParent() — Method in class ConfigEntity
- get adjacency parent
- ConfigEntity::getDepth() — Method in class ConfigEntity
- depth level
- ConfigEntity::getIterator() — Method in class ConfigEntity
- Get an iterator for the items.
- ConfigEntity::getAttributes() — Method in class ConfigEntity
- returns current attributes
- ConfigManager::getVal() — Method in class ConfigManager
- returns config value
- ConfigManager::getPureVal() — Method in class ConfigManager
- returns config pure value
- ConfigManager::get() — Method in class ConfigManager
- returns config object by target name
- ConfigManager::getOrNew() — Method in class ConfigManager
- if not exists, create new entity object by target name
- CacheDecorator::getData() — Method in class CacheDecorator
- get cached data
- CacheDecorator::getHead() — Method in class CacheDecorator
- parse name to head and segments
- CacheDecorator::getCacheKey() — Method in class CacheDecorator
- String for cache key
- Validator::getRules() — Method in class Validator
- the rules
- Validator::getMessages() — Method in class Validator
- validation failure messages
- Validator::getFactory() — Method in class Validator
- validation factory instance
- $Counter — Property in class Counter
- 비회원 지원
- Counter::getName() — Method in class Counter
- get name
- Counter::getOptions() — Method in class Counter
- get options
- Counter::get() — Method in class Counter
- get log
- Counter::getByName() — Method in class Counter
- get log by name 옵션을 사용하는 Counter 에서 로그를 확인 할 때 등록된 옵션은 제외하고 확인하려고 할 수 있음
- Counter::getPoint() — Method in class Counter
- get point sum
- Counter::getUsers() — Method in class Counter
- get users
- Counter::getModel() — Method in class Counter
- The name of CounterLog model class
- GuestNotSupportException — Class in namespace Xpressengine\Counter\Exceptions
- GuestNotSupportException
- DatabaseCoupler::getProxy() — Method in class DatabaseCoupler
- get ProxyManager
- DatabaseCoupler::getTransaction() — Method in class DatabaseCoupler
- get TransactionHandler
- DatabaseCoupler::getConnector() — Method in class DatabaseCoupler
- get VirtualConnection
- DatabaseHandler::getConfig() — Method in class DatabaseHandler
- get config
- DatabaseHandler::getDefaultConnection() — Method in class DatabaseHandler
- Illuminate\Database\ConnectionResolverInterface
- DynamicQuery::getDynamicTables() — Method in class DynamicQuery
- get dynamic join table
- DynamicQuery::getProxyManager() — Method in class DynamicQuery
- get proxy manager
- DynamicQuery::get() — Method in class DynamicQuery
- get list
- Builder::getProxyManager() — Method in class Builder
- get proxy manager
- DynamicModel::getKeyGen() — Method in class DynamicModel
- get key generator
- DynamicModel::getConnectionResolver() — Method in class DynamicModel
- Get the connection resolver instance.
- DynamicModel::getProxyOptions() — Method in class DynamicModel
- get proxy option
- DynamicModel::getDynamicAttributes() — Method in class DynamicModel
- get dynamic attributes
- DynamicModel::getMacroValue() — Method in class DynamicModel
- get macro value
- ProxyInterface::get() — Method in class ProxyInterface
- DynamicQuery 에서 get() method 실행 시 join 처리 리스트 가져올 때 join 처리.
- ProxyManager::gets() — Method in class ProxyManager
- get registered proxies
- ProxyManager::getProxy() — Method in class ProxyManager
- get registered proxy
- ProxyManager::get() — Method in class ProxyManager
- 등록된 모든 proxy 의 get() interface 처리
- $TransactionHandler — Property in class TransactionHandler
- 모든 connector 의 transaction 을 통합해서 관리
- VirtualConnection::getFetchMode() — Method in class VirtualConnection
- Get the default fetch mode for the connection.
- VirtualConnection::getName() — Method in class VirtualConnection
- get name for connector
- VirtualConnection::getDefaultConnection() — Method in class VirtualConnection
- DynamicQuery 에서 사용 \Illuminate\Database\Query\Builder 를 만들 때 Connection 이 필요함.
- VirtualConnection::getSchemaBuilder() — Method in class VirtualConnection
- Get a schema builder instance for the connection.
- VirtualConnection::getTablePrefix() — Method in class VirtualConnection
- Get table prefix name.
- VirtualConnection::getProxyManager() — Method in class VirtualConnection
- get ProxyManager.
- VirtualConnection::getConnection() — Method in class VirtualConnection
- get connection by $queryType.
- VirtualConnection::getSchema() — Method in class VirtualConnection
- return database table schema
- VirtualConnection::getCache() — Method in class VirtualConnection
- Get the cache store.
- VirtualConnectionInterface::getDefaultConnection() — Method in class VirtualConnectionInterface
- get default connection
- VirtualConnectionInterface::getSchemaBuilder() — Method in class VirtualConnectionInterface
- Get a schema builder instance for the connection.
- VirtualConnectionInterface::getSchema() — Method in class VirtualConnectionInterface
- return database table schema
- VirtualConnectionInterface::getTablePrefix() — Method in class VirtualConnectionInterface
- Get table prefix name.
- VirtualConnectionInterface::getConnection() — Method in class VirtualConnectionInterface
- get connection by $queryType.
- VirtualConnectionInterface::getProxyManager() — Method in class VirtualConnectionInterface
- get ProxyManager.
- ConfigHandler::getConfigManager() — Method in class ConfigHandler
- get config handler instance
- ConfigHandler::getDefault() — Method in class ConfigHandler
- get default config
- ConfigHandler::get() — Method in class ConfigHandler
- get config Entity $instanceId 가 없을 경우 default config 반환
- ConfigHandler::getOrDefault() — Method in class ConfigHandler
- Return default config when cannot found config
- ConfigHandler::gets() — Method in class ConfigHandler
- config entity list 반환 list of ConfigEntity
- DocumentHandler::getConfigHandler() — Method in class DocumentHandler
- get config handler
- DocumentHandler::getInstanceManager() — Method in class DocumentHandler
- get repository
- DocumentHandler::getConfig() — Method in class DocumentHandler
- get document config
- DocumentHandler::getRevisionModel() — Method in class DocumentHandler
- get revision model
- DocumentHandler::get() — Method in class DocumentHandler
- get document
- InstanceManager::getDivisionTableName() — Method in class InstanceManager
- get division table name
- Document::getPureContent() — Method in class Document
- HTML 코드를 제거한 pureContent 반환
- Document::getReplyCharLen() — Method in class Document
- Reply character length
- Document::getReplyChar() — Method in class Document
- get reply code
- Document::getDepth() — Method in class Document
- 덧글의 depth 반환
- $DraftEntity — Property in class DraftEntity
- DraftHandler::get() — Method in class DraftHandler
- 임시저장 데이터들을 반환 함
- DraftHandler::getById() — Method in class DraftHandler
- 아이디에 해당 하는 데이터 반환
- DraftHandler::getAuto() — Method in class DraftHandler
- 자동저장으로 저장된 데이터 반환
- $AbstractSkin — Property in class AbstractSkin
- output glue default space
- AbstractSkin::getPath() — Method in class AbstractSkin
- get view file directory path
- AbstractSkin::getSettingsRules() — Method in class AbstractSkin
- 다이나믹필스 생성할 때 스킨 설정에 적용될 rule 반환
- AbstractSkin::getViewPath() — Method in class AbstractSkin
- get view file directory path
- AbstractSkin::getType() — Method in class AbstractSkin
- get field type
- AbstractType::getColumns() — Method in class AbstractType
- return columns
- AbstractType::getRules() — Method in class AbstractType
- return rules
- AbstractType::getSettingsRules() — Method in class AbstractType
- 다이나믹필스 생성할 때 타입 설정에 적용될 rule 반환
- AbstractType::getSettingsView() — Method in class AbstractType
- Dynamic Field 설정 페이지에서 각 fieldType 에 필요한 설정 등록 페이지 반환 return html tag string
- AbstractType::getSkin() — Method in class AbstractType
- get skin
- AbstractType::getConfig() — Method in class AbstractType
- get dynamic field config
- AbstractType::get() — Method in class AbstractType
- $query 에 inner join 된 쿼리를 리턴
- AbstractType::getSettingsURI() — Method in class AbstractType
- get manage uri
- ConfigHandler::getDefault() — Method in class ConfigHandler
- get default config
- ConfigHandler::get() — Method in class ConfigHandler
- config entity 반환
- ConfigHandler::gets() — Method in class ConfigHandler
- config entity list 반환
- ConfigHandler::getConfigName() — Method in class ConfigHandler
- ConfigEntity 에서 ConfigManager 에 사용될 config 이름 반환.
- ConfigHandler::getTableName() — Method in class ConfigHandler
- $config 의 group 과 id 로 생성되는 field type 의 database table 이름 반환 dynamic field type 의 데이터 저장 table 이름
- ConfigHandler::getRevisionTableName() — Method in class ConfigHandler
- 생성된 database table 의 revision table 이름 반환.
- $DatabaseProxy — Property in class DatabaseProxy
- dynamic field group name
- DatabaseProxy::getConfigs() — Method in class DatabaseProxy
- get configs
- DatabaseProxy::getType() — Method in class DatabaseProxy
- get dynamic field type
- DatabaseProxy::get() — Method in class DatabaseProxy
- DynamicQuery 에서 get() method 실행 시 join 처리 리스트 가져올 때 join 처리.
- DynamicFieldHandler::getConfigHandler() — Method in class DynamicFieldHandler
- get config handler
- DynamicFieldHandler::getRegisterHandler() — Method in class DynamicFieldHandler
- get register handler
- DynamicFieldHandler::getViewFactory() — Method in class DynamicFieldHandler
- get ViewFactory
- DynamicFieldHandler::getDefaultJoinColumn() — Method in class DynamicFieldHandler
- DynamicField 는 기본으로 'id' 컬럼과 조인하도록 설정된다.
- DynamicFieldHandler::gets() — Method in class DynamicFieldHandler
- get dynamic fields by group name
- DynamicFieldHandler::get() — Method in class DynamicFieldHandler
- get dynamic field
- DynamicFieldHandler::getByConfig() — Method in class DynamicFieldHandler
- get type by dynamic field config entity
- DynamicFieldHandler::getType() — Method in class DynamicFieldHandler
- get dynamic field without skin instance
- DynamicFieldHandler::getRules() — Method in class DynamicFieldHandler
- get rules by dynamic field config entity
- RegisterHandler::getType() — Method in class RegisterHandler
- get type
- RegisterHandler::getSkin() — Method in class RegisterHandler
- get skin
- RegisterHandler::get() — Method in class RegisterHandler
- get instance of field type or skin
- RegisterHandler::getTypes() — Method in class RegisterHandler
- container 에서 field type class name 반환.
- RegisterHandler::getSkins() — Method in class RegisterHandler
- container 에서 field skin class name 반환.
- RegisterHandler::getSkinsByType() — Method in class RegisterHandler
- container 에서 field skin class name 반환.
- RevisionManager::getHandler() — Method in class RevisionManager
- get dynamic field handler
- $AbstractEditor — Property in class AbstractEditor
- Gate instance
- AbstractEditor::getConfig() — Method in class AbstractEditor
- Get config for the editor
- AbstractEditor::getArguments() — Method in class AbstractEditor
- Get arguments for the editor
- AbstractEditor::getName() — Method in class AbstractEditor
- Get a editor name
- AbstractEditor::getOptions() — Method in class AbstractEditor
- Get options
- AbstractEditor::getStaticOption() — Method in class AbstractEditor
- Get static option data for the editor
- AbstractEditor::getDynamicOption() — Method in class AbstractEditor
- Get dynamic option data for the editor
- AbstractEditor::getActivateToolIds() — Method in class AbstractEditor
- Get activated tool's identifier for the editor
- AbstractEditor::getTools() — Method in class AbstractEditor
- Get activated tools for the editor
- AbstractEditor::getContentHtml() — Method in class AbstractEditor
- Get a content html tag string
- AbstractEditor::getContentDomHtmlOption() — Method in class AbstractEditor
- Get attributes string for content html tag
- AbstractEditor::getEditorScript() — Method in class AbstractEditor
- Get script for running the editor
- AbstractEditor::getCustomOptions() — Method in class AbstractEditor
- Get options for some editor only
- AbstractEditor::getData() — Method in class AbstractEditor
- Get html node data
- AbstractEditor::getInstanceId() — Method in class AbstractEditor
- Get instance id for the editor
- AbstractEditor::getInstanceSettingURI() — Method in class AbstractEditor
- Get uri for custom setting
- AbstractEditor::getFileInputName() — Method in class AbstractEditor
- Get the file input name
- AbstractEditor::getTagInputName() — Method in class AbstractEditor
- Get the tag input name
- AbstractEditor::getMentionInputName() — Method in class AbstractEditor
- Get the mention input name
- AbstractEditor::getFileClassName() — Method in class AbstractEditor
- Get the file class name
- AbstractEditor::getImageClassName() — Method in class AbstractEditor
- Get the image class name
- AbstractEditor::getTagClassName() — Method in class AbstractEditor
- Get the tag class name
- AbstractEditor::getMentionClassName() — Method in class AbstractEditor
- Get the mention class name
- AbstractEditor::getFileIdentifierAttrName() — Method in class AbstractEditor
- Get the file identifier attribute name
- AbstractEditor::getImageIdentifierAttrName() — Method in class AbstractEditor
- Get the image identifier attribute name
- AbstractEditor::getMentionIdentifierAttrName() — Method in class AbstractEditor
- Get the mention identifier attribute name
- AbstractTool::getIcon() — Method in class AbstractTool
- Get the tool's symbol
- AbstractTool::getOptions() — Method in class AbstractTool
- Get options for the tool
- AbstractTool::getInstanceSettingURI() — Method in class AbstractTool
- Get uri string for tool setting by instance identifier
- EditorHandler::getAll() — Method in class EditorHandler
- Get registered editor ids
- EditorHandler::getDefaultEditorId() — Method in class EditorHandler
- Get default editor id
- EditorHandler::getEditorId() — Method in class EditorHandler
- Get editor id by instance id
- EditorHandler::get() — Method in class EditorHandler
- Get editor by instance id
- EditorHandler::getToolAll() — Method in class EditorHandler
- Get all registered tools
- EditorHandler::getTool() — Method in class EditorHandler
- Get a tool
- EditorHandler::getTools() — Method in class EditorHandler
- Get tools for specific instance
- EditorHandler::getFiles() — Method in class EditorHandler
- Get files of target used
- EditorHandler::getConfig() — Method in class EditorHandler
- Get the config for specific instance
- EditorHandler::getConfigKey() — Method in class EditorHandler
- Get a key string for the config
- EditorHandler::getPermKey() — Method in class EditorHandler
- Get a key string for the permission
- Textarea::getName() — Method in class Textarea
- Get a editor name
- Request::getMobileResolver() — Method in class Request
- movile resolver를 반환한다.
- Advisor::getAdvice() — Method in class Advisor
- 이 advisor의 advice를 반환한다.
- Advisor::getName() — Method in class Advisor
- 이 advisor의 name을 반환한다.
- Advisor::getPointCut() — Method in class Advisor
- AdvisorCollection::getAdvisorList() — Method in class AdvisorCollection
- 주어진 pointcut에 해당하는 advisor 목록을 반환한다.
- AdvisorCollection::getPointCutBox() — Method in class AdvisorCollection
- 주어진 PointCut(class, method)에 해당하는 advisor들의 정보를 가지는 box(리스트)를 반환한다.
- AdvisorCollection::getAliasList() — Method in class AdvisorCollection
- alias list를 반환한다.
- AdvisorList::getAll() — Method in class AdvisorList
- 모든 advisor의 목록을 반환한다.
- InterceptionHandler::getAdvisorCollection() — Method in class InterceptionHandler
- InterceptionHandler::getProxyList() — Method in class InterceptionHandler
- 생성된 proxy class 리스트를 반환한다.
- ProxyInvocationHandler::getTargetObject() — Method in class ProxyInvocationHandler
- target object(proxy object)를 반환한다.
- ProxyInvocationHandler::getTargetMethodName() — Method in class ProxyInvocationHandler
- 호출된 메소드명을 반환한다.
- Definition::getClassName() — Method in class Definition
- 프록시 클래스의 이름을 조회한다.
- Definition::getCode() — Method in class Definition
- 프록시 클래스의 코드를 조회한다.
- FileLoader::getProxyPath() — Method in class FileLoader
- 주어진 프록시 클래스의 파일경로를 반환한다.
- MethodDefinitionPass::getTypeHintAsString() — Method in class MethodDefinitionPass
- 파라메터의 TypeHint를 반환한다.
- ProxyConfig::getReflectionClass() — Method in class ProxyConfig
- 타겟클래스의 ReflectionClass를 반환한다.
- ProxyConfig::getTargetMethods() — Method in class ProxyConfig
- 프록시 클래스에서 수정해야 할 메소드 목록을 반환한다.
- ProxyConfig::getTargetName() — Method in class ProxyConfig
- 타겟 클래스 이름을 조회한다.
- ProxyConfig::getTargetPath() — Method in class ProxyConfig
- 타겟 클래스의 파일 경로를 조회한다.
- ProxyConfig::getProxyName() — Method in class ProxyConfig
- 동적으로 생성할 프록시 파일의 이름을 조회한다.
- ProxyGenerator::generate() — Method in class ProxyGenerator
- 주어진 타겟 클래스의 프록시 클래스를 생성하고, 로드한 다음 프록시 클래스명을 반환한다.
- ProxyGenerator::generateProxyDefinition() — Method in class ProxyGenerator
- 프록시 명세(Definition)을 작성한다.
- Keygen::generate() — Method in class Keygen
- unique key generator
- Keygen::getMode() — Method in class Keygen
- mode getter
- AbstractCommand::getDimension() — Method in class AbstractCommand
- Get a dimension
- AbstractCommand::getOriginDimension() — Method in class AbstractCommand
- Get a dimension
- CommandInterface::getName() — Method in class CommandInterface
- Specific command name
- CommandInterface::getMethod() — Method in class CommandInterface
- Executed command method name
- CommandInterface::getDimension() — Method in class CommandInterface
- Get a dimension
- CommandInterface::getOriginDimension() — Method in class CommandInterface
- Get origin dimension
- CommandInterface::getExecArgs() — Method in class CommandInterface
- Arguments of executed method
- CropCommand::getName() — Method in class CropCommand
- Specific command name
- CropCommand::getMethod() — Method in class CropCommand
- Executed command method name
- CropCommand::getExecArgs() — Method in class CropCommand
- Arguments of executed method
- FitCommand::getName() — Method in class FitCommand
- Specific command name
- FitCommand::getMethod() — Method in class FitCommand
- Executed command method name
- FitCommand::getExecArgs() — Method in class FitCommand
- Arguments of executed method
- HeightenCommand::getName() — Method in class HeightenCommand
- Specific command name
- HeightenCommand::getMethod() — Method in class HeightenCommand
- Executed command method name
- HeightenCommand::getExecArgs() — Method in class HeightenCommand
- Arguments of executed method
- LetterCommand::getName() — Method in class LetterCommand
- Specific command name
- LetterCommand::getMethod() — Method in class LetterCommand
- Executed command method name
- LetterCommand::getExecArgs() — Method in class LetterCommand
- Arguments of executed method
- SpillCommand::getName() — Method in class SpillCommand
- Specific command name
- SpillCommand::getMethod() — Method in class SpillCommand
- Executed command method name
- SpillCommand::getExecArgs() — Method in class SpillCommand
- Arguments of executed method
- StretchCommand::getName() — Method in class StretchCommand
- Specific command name
- StretchCommand::getMethod() — Method in class StretchCommand
- Executed command method name
- StretchCommand::getExecArgs() — Method in class StretchCommand
- Arguments of executed method
- WidenCommand::getName() — Method in class WidenCommand
- Specific command name
- WidenCommand::getMethod() — Method in class WidenCommand
- Executed command method name
- WidenCommand::getExecArgs() — Method in class WidenCommand
- Arguments of executed method
- Dimension::getWidth() — Method in class Dimension
- 가로 크기
- Dimension::getHeight() — Method in class Dimension
- 세로 크기
- Position::getTop() — Method in class Position
- top position
- Position::getLeft() — Method in class Position
- left position
- DummyExtension::getSnapshot() — Method in class DummyExtension
- 영상에서 snapshot 추출
- ExtensionInterface::getSnapshot() — Method in class ExtensionInterface
- 영상에서 snapshot 추출
- FFMpegExtension::getSnapshot() — Method in class FFMpegExtension
- 영상에서 snapshot 추출
- AbstractHandler::getAvailableMimes() — Method in class AbstractHandler
- 각 미디어 타입에서 사용가능한 확장자 반환
- AudioHandler::getPicture() — Method in class AudioHandler
- 미디어에서 사진 추출
- ImageHandler::getPicture() — Method in class ImageHandler
- 미디어에서 사진 추출
- MediaHandler::getAvailableMimes() — Method in class MediaHandler
- 각 미디어 타입에서 사용가능한 확장자 반환
- MediaHandler::getPicture() — Method in class MediaHandler
- 미디어에서 사진 추출
- VideoHandler::getPicture() — Method in class VideoHandler
- 미디어에서 사진 추출
- MediaManager::getHandler() — Method in class MediaManager
- Returns handler
- MediaManager::getHandlerByFile() — Method in class MediaManager
- Returns handler by storage File instance
- MediaManager::getFileType() — Method in class MediaManager
- 파일이 특정 미디어 타입과 매칭된다며 해당 타입 반환
- MediaManager::getHandlerByMedia() — Method in class MediaManager
- Returns handler by storage Media instance
- MediaManager::getDerives() — Method in class MediaManager
- 동적으로 생성된 미디어 파일 반환
- MimeTypeFilter::getMimeTypeScope() — Method in class MimeTypeFilter
- Returns the mime type filter scope
- Audio::getMetaModel() — Method in class Audio
- Returns meta data model for current model
- Audio::getType() — Method in class Audio
- Returns media type
- Image::getMetaModel() — Method in class Image
- Returns meta data model for current model
- Image::getThumbnail() — Method in class Image
- Get a thumbnail image
- Image::getThumbnails() — Method in class Image
- Get thumbnails
- Image::getType() — Method in class Image
- Returns media type
- Media::getMimes() — Method in class Media
- Returns available mime type
- Media::getMetaModel() — Method in class Media
- Returns meta data model for current model
- Media::getType() — Method in class Media
- Returns media type
- $AudioMeta — Property in class AudioMeta
- The attributes that aren't mass assignable.
- $ImageMeta — Property in class ImageMeta
- The attributes that aren't mass assignable.
- Meta::getForeignKey() — Method in class Meta
- Get the foreign key name for the model.
- $VideoMeta — Property in class VideoMeta
- The attributes that aren't mass assignable.
- Video::getMetaModel() — Method in class Video
- Returns meta data model for current model
- Video::getType() — Method in class Video
- Returns media type
- ImageRepository::getThumbnail() — Method in class ImageRepository
- Get a thumbnail image
- ImageRepository::getThumbnails() — Method in class ImageRepository
- Get thumbnails
- Thumbnailer::getManager() — Method in class Thumbnailer
- Get Intervention image manager
- Thumbnailer::generate() — Method in class Thumbnailer
- Generate thumbnail image
- AbstractModule::getTitle() — Method in class AbstractModule
- getTitle
- AbstractModule::getDescription() — Method in class AbstractModule
- getDescription
- AbstractModule::getScreenshot() — Method in class AbstractModule
- getScreenshot
- AbstractModule::getInstanceSettingURI() — Method in class AbstractModule
- Return URL about module's detail setting getInstanceSettingURI
- AbstractModule::getTypeItem() — Method in class AbstractModule
- Get menu type's item object
- MenuHandler::get() — Method in class MenuHandler
- Get menu
- MenuHandler::getAll() — Method in class MenuHandler
- Get all menu
- MenuHandler::getItem() — Method in class MenuHandler
- Get menu item
- MenuHandler::getItemIn() — Method in class MenuHandler
- Get menu item list by identifiers
- MenuHandler::getMenuTheme() — Method in class MenuHandler
- Get menu config consisting of theme identifiers
- MenuHandler::getMenuItemTheme() — Method in class MenuHandler
- Get menu item config consisting of theme identifiers
- MenuHandler::getDefaultGrant() — Method in class MenuHandler
- Get default grant
- MenuHandler::getInstanceSettingURI() — Method in class MenuHandler
- Get setting page url by menu item
- MenuHandler::getInstanceSettingURIByItemId() — Method in class MenuHandler
- Get setting page url by menu item id
- MenuHandler::getModuleHandler() — Method in class MenuHandler
- Get ModuleHandler instance
- MenuItemPolicy::getItemBreadcrumbs() — Method in class MenuItemPolicy
- Returns breadcrumbs for permission
- DirectLink::getSettingsURI() — Method in class DirectLink
- return settings manage uri
- DirectLink::getInstanceSettingURI() — Method in class DirectLink
- Return URL about module's detail setting getInstanceSettingURI
- DirectLink::getTypeItem() — Method in class DirectLink
- Get menu type's item object
- MenuTypeInterface::getInstanceSettingURI() — Method in class MenuTypeInterface
- Return URL about module's detail setting getInstanceSettingURI
- MenuTypeInterface::getTypeItem() — Method in class MenuTypeInterface
- Get menu type's item object
- MenuItem::getHoverImage() — Method in class MenuItem
- Get hover link image of model
- MenuItem::getSelectedImage() — Method in class MenuItem
- Get selected link image of model
- MenuItem::getMBasicImage() — Method in class MenuItem
- Get mobile basic link image of model
- MenuItem::getMHoverImage() — Method in class MenuItem
- Get mobile hover link image of model
- MenuItem::getMSelectedImage() — Method in class MenuItem
- Get mobile selected link image of model
- MenuItem::getChildren() — Method in class MenuItem
- Return the child node items or empty array
- MenuItem::getAggregatorKeyName() — Method in class MenuItem
- Get the aggregator key name for model
- MenuItem::getLinkAttribute() — Method in class MenuItem
- Get link attribute
- ModuleHandler::getAll() — Method in class ModuleHandler
- getAll
- ModuleHandler::getAllModuleInfo() — Method in class ModuleHandler
- getAllModuleInfo
- ModuleHandler::getModuleClassName() — Method in class ModuleHandler
- getModuleClassName
- ModuleHandler::getModuleObject() — Method in class ModuleHandler
- getModuleObject
- IdentifierGenerator::generateId() — Method in class IdentifierGenerator
- Generate new key
- $MenuItemRepository — Property in class MenuItemRepository
- IdentifierGenerator instance
- MenuItemRepository::getModel() — Method in class MenuItemRepository
- The name of Menu model class
- $MenuRepository — Property in class MenuRepository
- IdentifierGenerator instance
- Grant — Class in namespace Xpressengine\Permission
- register 되어진 권한의 실제 값들을 보관하는 클래스.
- Instance::getName() — Method in class Instance
- Get the permission name
- Instance::getSiteKey() — Method in class Instance
- Get the site key name
- $Permission — Property in class Permission
- Grant object
- Permission::getParent() — Method in class Permission
- Returns parent registered
- Permission::getIterator() — Method in class Permission
- Get an iterator for the items.
- Permission::getAttributes() — Method in class Permission
- returns current attributes
- Permission::getDepth() — Method in class Permission
- Returns depth
- PermissionHandler::get() — Method in class PermissionHandler
- Get a permission from repository
- PermissionHandler::getOrNew() — Method in class PermissionHandler
- Get a permission from repository or generate when not exists
- PermissionSupport::getPermArguments() — Method in class PermissionSupport
- Get permission argument
- Policy::get() — Method in class Policy
- Get a permission
- Policy::groupInspect() — Method in class Policy
- User 가 속한 그룹이 권한이 있는지 판별.
- CacheDecorator::getData() — Method in class CacheDecorator
- get cached data
- CacheDecorator::getHead() — Method in class CacheDecorator
- parse name to head and segments
- CacheDecorator::getCacheKey() — Method in class CacheDecorator
- String for cache key
- DatabaseRepository::getNow() — Method in class DatabaseRepository
- Now datetime string
- AbstractPlugin::getId() — Method in class AbstractPlugin
- AbstractPlugin::getIdWith() — Method in class AbstractPlugin
- 플러그인의 id에 주어진 인자를 덧붙여서 반환한다.
- AbstractPlugin::getSettingsURI() — Method in class AbstractPlugin
- 플러그인의 설정페이지 주소를 반환한다.
- ArrayPluginCache::getPluginsFromCache() — Method in class ArrayPluginCache
- 캐시에 저장된 PluginEntity 목록을 반환한다.
- FilePluginCache::getPluginsFromCache() — Method in class FilePluginCache
- 캐시에 저장된 PluginEntity 목록을 반환한다.
- PluginCache::getPluginsFromCache() — Method in class PluginCache
- 캐시에 저장된 PluginEntity 목록을 반환한다.
- ComponentInterface::getId() — Method in class ComponentInterface
- get component's id
- ComponentInterface::getComponentInfo() — Method in class ComponentInterface
- get component's information
- ComponentInterface::getSettingsURI() — Method in class ComponentInterface
- return settings settings uri
- ComponentTrait::getId() — Method in class ComponentTrait
- component의 id를 반환한다.
- ComponentTrait::getComponentInfo() — Method in class ComponentTrait
- information을 검색한다.
- ComponentTrait::getSettingsURI() — Method in class ComponentTrait
- return settings manage uri
- Composer::getWriter() — Method in class Composer
- ComposerFileWriter 인스턴스를 생성한다.
- ComposerFileWriter::getPath() — Method in class ComposerFileWriter
- ComposerFileWriter::get() — Method in class ComposerFileWriter
- retrieve data
- MetaFileReader::getFileContents() — Method in class MetaFileReader
- getFileContents
- PluginCollection::get() — Method in class PluginCollection
- 주어진 id의 플러그인을 반환한다.
- PluginCollection::getList() — Method in class PluginCollection
- 주어진 id에 해당하는 플러그인 목록을 조회한다.
- PluginCollection::getIterator() — Method in class PluginCollection
- Retrieve an external iterator
- PluginEntity::getClass() — Method in class PluginEntity
- 플러그인의 클래스명을 반환한다.
- PluginEntity::getId() — Method in class PluginEntity
- 플러그인의 ID를 반환한다.
- PluginEntity::getObject() — Method in class PluginEntity
- 플러그인의 인스턴스를 반환한다.
- PluginEntity::getPath() — Method in class PluginEntity
- 해당 플러그인의 설치 경로를 반환한다.
- PluginEntity::getStatus() — Method in class PluginEntity
- 플러그인 상태를 조회한다.
- PluginEntity::getIcon() — Method in class PluginEntity
- 플러그인의 아이콘 url을 반환한다.
- PluginEntity::getScreenshots() — Method in class PluginEntity
- 플러그인의 아이콘 url을 반환한다.
- PluginEntity::getInstalledVersion() — Method in class PluginEntity
- 플러그인의 설치 버전을 조회한다. 설치 버전은 XpressEngine에 적용되어 있는 플러그인의 버전이다.
- PluginEntity::getRemoteData() — Method in class PluginEntity
- 자료실에 등록된 플러그인의 정보가 설정돼 있을 경우 반환한다.
- PluginEntity::getLatestVersion() — Method in class PluginEntity
- 플러그인의 최신 업데이트 버전을 Xpressengine의 서버에서 조회하여 반환한다.
- PluginEntity::getMetaData() — Method in class PluginEntity
- 플러그인의 메타데이터 정보를 조회한다. 만약 필드명이 주어질 경우 해당 필드명의 정보를 조회한다.
- PluginEntity::getTitle() — Method in class PluginEntity
- 플러그인 제목을 조회한다.
- PluginEntity::getDescription() — Method in class PluginEntity
- 플러그인 설명을 조회한다.
- PluginEntity::getSupport() — Method in class PluginEntity
- Support 정보를 조회한다. 만약 필드명이 주어질 경우 해당 필드명의 정보를 조회한다.
- PluginEntity::getReadMe() — Method in class PluginEntity
- 플러그인의 readme 파일 내용을 반환한다.
- PluginEntity::getChangeLog() — Method in class PluginEntity
- 플러그인의 change log 파일 내용을 반환한다.
- PluginEntity::getStoreLink() — Method in class PluginEntity
- getStoreLink
- PluginEntity::getName() — Method in class PluginEntity
- 플러그인의 이름을 조회한다. 이름은 composer에서 사용하는 패키지명과 일치한다.
- PluginEntity::getKeywords() — Method in class PluginEntity
- 플러그인의 검색 키워드를 조회한다.
- PluginEntity::getAuthors() — Method in class PluginEntity
- 플러그인 제작자 정보를 조회한다.
- PluginEntity::getAuthor() — Method in class PluginEntity
- 플러그인 제작자 정보를 조회한다. 제작자가 여러명일 경우 첫번째 제작자만 반환한다.
- PluginEntity::getVersion() — Method in class PluginEntity
- 플러그인 버전을 조회한다.
- PluginEntity::getLicense() — Method in class PluginEntity
- 플러그인의 라이선스 정보를 조회한다.
- PluginEntity::getDependencies() — Method in class PluginEntity
- 플러그인의 의존성정보를 조회한다.
- PluginEntity::getComponentList() — Method in class PluginEntity
- 플러그인이 소유한 컴포넌트 목록을 조회한다. type이 지정돼 있을 경우 해당 type의 컴포넌트를 조회한다.
- PluginEntity::getComponentType() — Method in class PluginEntity
- 주어진 컴포넌트 아이디에서 컴포넌트 타입정보를 조회한다.
- PluginEntity::getCollection() — Method in class PluginEntity
- getCollection
- PluginEntity::getSettingsURI() — Method in class PluginEntity
- PluginHandler::getPluginsDir() — Method in class PluginHandler
- plugin directory 경로를 반환한다.
- PluginHandler::getUnresolvedComponents() — Method in class PluginHandler
- get Unresolved Components
- PluginHandler::getAllPlugins() — Method in class PluginHandler
- 등록된 플러그인의 목록을 반환한다.
- PluginHandler::getActivatedPlugins() — Method in class PluginHandler
- 활성화 된 플러그인의 목록을 반환한다.
- PluginHandler::getPlugin() — Method in class PluginHandler
- 주어진 pluginId에 해당하는 플러그인을 조회하여 반환한다. PluginEntity 형태로 반환한다.
- PluginHandler::getPluginsStatus() — Method in class PluginHandler
- 플러그인들의 상태정보를 조회한다.
- PluginHandler::getPluginStatus() — Method in class PluginHandler
- 주어진 플러그인의 상태정보를 조회한다.
- PluginHandler::getOperation() — Method in class PluginHandler
- 현재 진행중인 플러그인 설치 작업 내역을 반환한다.
- PluginRegister::getUnresolvedComponents() — Method in class PluginRegister
- get Unresolved Components
- PluginRegister::get() — Method in class PluginRegister
- get Registrable class name
- PluginScanner::getPluginDirectory() — Method in class PluginScanner
- PluginScanner::getClassName() — Method in class PluginScanner
- 주어진 파일에 포함된 클래스의 클래스명을 반환한다.
- HtmlPresenter::getPresenter() — Method in class HtmlPresenter
- get presenter
- CSSFile::getFileList() — Method in class CSSFile
- 로드된 파일 목록을 반환한다.
- CSSFile::getFile() — Method in class CSSFile
- 로드된 파일을 반환한다.
- JSFile::getFileList() — Method in class JSFile
- 로드된 파일 목록을 반환한다.
- JSFile::getFile() — Method in class JSFile
- 로드된 파일을 반환한다.
- Rule::getRules() — Method in class Rule
- return rules
- JsonPresenter::getObjectToArray() — Method in class JsonPresenter
- get object to array
- Presenter::getViewFactory() — Method in class Presenter
- get ViewFactory
- Presenter::getRequest() — Method in class Presenter
- get request
- Presenter::getInstanceConfig() — Method in class Presenter
- get menu config
- Presenter::getSkinHandler() — Method in class Presenter
- get skin handler
- Presenter::getThemeHandler() — Method in class Presenter
- get theme handler
- Presenter::getManageHandler() — Method in class Presenter
- get settings handler
- Presenter::getSettingsHandler() — Method in class Presenter
- get settings handler
- Presenter::getPresenter() — Method in class Presenter
- get renderer
- Presenter::getShared() — Method in class Presenter
- get shared
- Presenter::getId() — Method in class Presenter
- get id
- Presenter::getData() — Method in class Presenter
- get shared data
- Presenter::getSkinTargetId() — Method in class Presenter
- get skin target id
- Presenter::getIsSettings() — Method in class Presenter
- get is settings support
- Presenter::getRenderType() — Method in class Presenter
- get render type
- Presenter::get() — Method in class Presenter
- Presenter Package 는 JsonRenderer, HtmlRenderer 를 지원한다.
- Container::get() — Method in class Container
- Get the specified configuration value.
- RegisterInterface::get() — Method in class RegisterInterface
- Get the specified configuration value.
- $AccessMiddleware — Property in class AccessMiddleware
- AccessMiddleware::getMenuItem() — Method in class AccessMiddleware
- getMenuItem
- InstanceConfig::getTheme() — Method in class InstanceConfig
- Get theme component id
- InstanceConfig::getInstanceId() — Method in class InstanceConfig
- Get instance id
- InstanceConfig::getUrl() — Method in class InstanceConfig
- Get first url segment
- InstanceConfig::getModule() — Method in class InstanceConfig
- Get module id
- InstanceConfig::getMenuItem() — Method in class InstanceConfig
- Get menu item instance
- $InstanceRoute — Property in class InstanceRoute
- The attributes that aren't mass assignable.
- ModuleValidator::getInstanceRoute() — Method in class ModuleValidator
- getInstanceRoute
- ModuleValidator::getRouteModule() — Method in class ModuleValidator
- getRouteModule
- ModuleValidator::getHomeInstanceRoute() — Method in class ModuleValidator
- getHomeInstanceRoute
- CacheDecorator::getCacheKey() — Method in class CacheDecorator
- String for cache key
- DatabaseRouteRepository::getModel() — Method in class DatabaseRouteRepository
- Gets the name of the Eloquent user model.
- RouteCollection::getByModule() — Method in class RouteCollection
- Get a route instance by its source.
- RouteCollection::getSettingsMenuRoutes() — Method in class RouteCollection
- getSettingsMenuRoutes
- AbstractImporter::getUrlGenerator() — Method in class AbstractImporter
- Get url generator instance
- SeoHandler::getSetting() — Method in class SeoHandler
- Returns Setting instance
- SeoUsable::getTitle() — Method in class SeoUsable
- Returns title
- SeoUsable::getDescription() — Method in class SeoUsable
- Returns description
- SeoUsable::getKeyword() — Method in class SeoUsable
- Returns keyword
- SeoUsable::getUrl() — Method in class SeoUsable
- Returns url
- SeoUsable::getAuthor() — Method in class SeoUsable
- Returns author
- SeoUsable::getImages() — Method in class SeoUsable
- Returns image url list
- Setting::get() — Method in class Setting
- Get setting value
- Setting::getSiteImage() — Method in class Setting
- Get site representative image
- LogHandler::getRepository() — Method in class LogHandler
- get Repository
- LogHandler::getLoggerIds() — Method in class LogHandler
- get list of registered logger's id
- LogHandler::getLoggers() — Method in class LogHandler
- get Loggers(id => class name)
- LogHandler::getLogger() — Method in class LogHandler
- get Logger instance
- Log::getDetailAttribute() — Method in class Log
- define detail accessor
- LogRepository::getModel() — Method in class LogRepository
- The name of Category model class
- $SettingsHandler — Property in class SettingsHandler
- SettingsHandler::getPermissionList() — Method in class SettingsHandler
- 관리권한 목록을 반환한다. $sortByTab이 true일 경우 tab 필드별로 group by하여 반환한다.
- SettingsHandler::getPermission() — Method in class SettingsHandler
- 주어진 관리페이지 권한에 해당하는 권한목록을 반환한다.
- SettingsHandler::getSelectedMenu() — Method in class SettingsHandler
- 현재 request에 해당하는 메뉴를 반환한다. 메뉴목록이 아직 생성되지 않았다면 메뉴 목록을 먼저 만든다.
- SettingsHandler::getSettingsMenus() — Method in class SettingsHandler
- 관리페이지 메뉴 목록을 반환한다.
- SettingsHandler::getConfig() — Method in class SettingsHandler
- 관리페이지 관련 설정을 조회한다.
- SettingsHandler::getRegisteredMenus() — Method in class SettingsHandler
- getRegisteredMenus
- SettingsMenu::getBreadCrumbs() — Method in class SettingsMenu
- 선택된 메뉴의 BreadCrumb을 반환한다.
- SettingsMenu::getNodeIdentifier() — Method in class SettingsMenu
- Get the unique identifier for the node
- SettingsMenu::getNodeIdentifierName() — Method in class SettingsMenu
- Get the unique identifier name for the node
- SettingsMenu::getParentNodeIdentifier() — Method in class SettingsMenu
- Get the parent identifier for the node
- SettingsMenu::getParent() — Method in class SettingsMenu
- Return the parent node or null
- SettingsMenu::getChildren() — Method in class SettingsMenu
- Return the child node items or empty array
- SettingsMenu::getOrderKeyName() — Method in class SettingsMenu
- Get the order key name for model
- $SettingsMiddleware — Property in class SettingsMiddleware
- SiteHandler::getCurrentSite() — Method in class SiteHandler
- getCurrentSite
- SiteHandler::getCurrentSiteKey() — Method in class SiteHandler
- getCurrentSiteKey
- SiteHandler::getSiteConfig() — Method in class SiteHandler
- getSiteConfig
- SiteHandler::getDefaultMenuEntityId() — Method in class SiteHandler
- getDefaultMenuEntityId
- SiteHandler::getHomeInstanceId() — Method in class SiteHandler
- getHomeInstanceId
- SiteHandler::getSiteConfigValue() — Method in class SiteHandler
- getSiteConfigValue
- AbstractSkin::getTitle() — Method in class AbstractSkin
- get title of skin
- AbstractSkin::getDescription() — Method in class AbstractSkin
- get description of skin
- AbstractSkin::getScreenshot() — Method in class AbstractSkin
- get screenshot url of skin
- AbstractSkin::getSettingView() — Method in class AbstractSkin
- BladeSkin::getSkinPath() — Method in class BladeSkin
- view name을 찾아주는 메소드
- GenericSkin — Class in namespace Xpressengine\Skin
- 편의를 위해 AbstractSkin을 확장한 클래스. 특정 디렉토리에 지정된 형식에 맞게 테마에 필요한 파일들을 구성한 후, 이 클래스의 $path에 디렉토리의 경로를 지정하여 사용한다.
- GenericSkin::getPath() — Method in class GenericSkin
- get path, example: 'plugins/myplugin/skin'
- SkinEntity::getId() — Method in class SkinEntity
- get skin id
- SkinEntity::getClass() — Method in class SkinEntity
- get class name of skin
- SkinEntity::getTitle() — Method in class SkinEntity
- get skin title
- SkinEntity::getDescription() — Method in class SkinEntity
- get skin's description
- SkinEntity::getScreenshot() — Method in class SkinEntity
- get screenshot of skin
- SkinEntity::getSettingView() — Method in class SkinEntity
- get skin setting view
- SkinEntity::getObject() — Method in class SkinEntity
- get object of skin
- SkinHandler::getStore() — Method in class SkinHandler
- 스킨 지정 정보 저장소를 반환한다.
- SkinHandler::getMobileResolver() — Method in class SkinHandler
- 현재 요청이 모바일 버전인지 조회할 때 사용되는 resolver를 조회한다.
- SkinHandler::get() — Method in class SkinHandler
- 주어진 id로 등록된 스킨을 반환한다.
- SkinHandler::getList() — Method in class SkinHandler
- 주어진 타겟에 등록된 스킨의 목록을 조회하여 반환한다.
- SkinHandler::getListSupportingMobile() — Method in class SkinHandler
- 주어진 타겟에 등록된 모바일 스킨의 목록을 조회하여 반환한다.
- SkinHandler::getListSupportingDesktop() — Method in class SkinHandler
- 주어진 타겟에 등록된 데스크탑 스킨의 목록을 조회하여 반환한다.
- SkinHandler::getAssigned() — Method in class SkinHandler
- 타겟이 지정돼 있는 스킨을 반환한다.
- SkinHandler::getAssignedSettings() — Method in class SkinHandler
- 타겟이 지정돼 있는 설정스킨을 반환한다.
- SkinInstanceStore::getSelectedSkin() — Method in class SkinInstanceStore
- 주어진 key에 지정된 스킨을 조회한다.
- SkinInstanceStore::getConfigs() — Method in class SkinInstanceStore
- 주어진 타겟과 그 타겟에 지정된 스킨의 설정정보를 가져온다. 주어진 타겟에 한번이라도 지정된 적이 있는 스킨정보를 모두 가져온다.
- File::getPathname() — Method in class File
- Get a path name of file
- File::getContent() — Method in class File
- Get the content of file
- File::getOriginKey() — Method in class File
- Original file's identifier
- File::getDerives() — Method in class File
- Get the derive files of current file
- File::getRawDerives() — Method in class File
- Get the derive files of current file with the File type
- File::getByFileable() — Method in class File
- Get the files for fileable
- File::getFileableTable() — Method in class File
- Get a fileable table name
- FilesystemHandler::getDisk() — Method in class FilesystemHandler
- returns disk filesystem
- FilesystemHandler::getFilesystem() — Method in class FilesystemHandler
- filesystem manager instance
- Storage::getFilesystemHandler() — Method in class Storage
- file system handler instance
- Storage::getDistributor() — Method in class Storage
- distributor instance
- Storage::getTempFileCreator() — Method in class Storage
- Returns the TempFileCreator instance
- TempFileCreator::getTempPathname() — Method in class TempFileCreator
- 임시 경로 이름 반환
- UrlMaker::getUrl() — Method in class UrlMaker
- get file url path
- UrlMaker::getConfig() — Method in class UrlMaker
- get storage disk config
- UrlMaker::getRouteName() — Method in class UrlMaker
- Get route name
- CacheInterface::get() — Method in class CacheInterface
- getter
- CacheableEloquentRepositoryTrait::getCacheKeys() — Method in class CacheableEloquentRepositoryTrait
- Get all cache keys
- CacheableEloquentRepositoryTrait::getKeyfile() — Method in class CacheableEloquentRepositoryTrait
- Returns a file path for hash keys
- CacheableEloquentRepositoryTrait::getNamespace() — Method in class CacheableEloquentRepositoryTrait
- Get namespace string for cache group
- CacheableEloquentRepositoryTrait::getLifetime() — Method in class CacheableEloquentRepositoryTrait
- Return cache life time (minute)
- EloquentRepositoryTrait::getModel() — Method in class EloquentRepositoryTrait
- The name of Category model class
- $Entity — Property in class Entity
- The attributes that aren't mass assignable.
- Entity::getOriginal() — Method in class Entity
- Get the entity's original attribute values.
- Entity::getDirty() — Method in class Entity
- Get the attributes that have been changed since last sync.
- AccessDeniedHttpException::getStatusCode() — Method in class AccessDeniedHttpException
- getStatusCode
- AccessDeniedHttpException::getHeaders() — Method in class AccessDeniedHttpException
- Returns response headers.
- HttpXpressengineException::getStatusCode() — Method in class HttpXpressengineException
- getStatusCode
- HttpXpressengineException::getHeaders() — Method in class HttpXpressengineException
- Returns response headers.
- InvalidArgumentHttpException::getStatusCode() — Method in class InvalidArgumentHttpException
- getStatusCode
- InvalidArgumentHttpException::getHeaders() — Method in class InvalidArgumentHttpException
- Returns response headers.
- XpressengineException::getArgs() — Method in class XpressengineException
- LaravelCache::get() — Method in class LaravelCache
- getter
- LaravelCache::getCacheManager() — Method in class LaravelCache
- cache manager instance
- Purifier::get() — Method in class Purifier
- get purifier config
- Aggregator::getTree() — Method in class Aggregator
- Get a tree of node items
- Aggregator::getForeignKey() — Method in class Aggregator
- Get the default foreign key name for the model.
- Aggregator::getCountName() — Method in class Aggregator
- Get the count name for model
- Node::getNodeIdentifier() — Method in class Node
- Get the unique identifier for the node
- Node::getNodeIdentifierName() — Method in class Node
- Get the unique identifier name for the node
- Node::getParentNodeIdentifier() — Method in class Node
- Get the parent identifier for the node
- Node::getParent() — Method in class Node
- Return the parent node or null
- Node::getChildren() — Method in class Node
- Return the child node items or empty array
- Node::getDescendantTree() — Method in class Node
- Get a descendant tree collection of model
- Node::getDescendantCount() — Method in class Node
- Returns a number of descendants
- Node::getDepth() — Method in class Node
- Get the depth value of model
- Node::getBreadcrumbs() — Method in class Node
- get breadcrumbs
- Node::getClosureTable() — Method in class Node
- Get the pivot table for model's hierarchy
- Node::getAncestorName() — Method in class Node
- Get the ancestor key name of pivot table
- Node::getDescendantName() — Method in class Node
- Get the descendant key name of pivot table
- Node::getDepthName() — Method in class Node
- Get the depth key name of pivot table
- Node::getParentIdName() — Method in class Node
- Get the parent key name for model
- Node::getAggregatorModel() — Method in class Node
- Get the aggregator model name for model
- Node::getAggregatorKeyName() — Method in class Node
- Get the aggregator key name for model
- NodeInterface::getNodeIdentifier() — Method in class NodeInterface
- Get the unique identifier for the node
- NodeInterface::getNodeIdentifierName() — Method in class NodeInterface
- Get the unique identifier name for the node
- NodeInterface::getParentNodeIdentifier() — Method in class NodeInterface
- Get the parent identifier for the node
- NodeInterface::getParent() — Method in class NodeInterface
- Return the parent node or null
- NodeInterface::getChildren() — Method in class NodeInterface
- Return the child node items or empty array
- NodeInterface::getBreadcrumbs() — Method in class NodeInterface
- get breadcrumbs
- NodeInterface::getOrderKeyName() — Method in class NodeInterface
- Get the order key name for model
- Tree::getNodes() — Method in class Tree
- getRawNodes
- Tree::getTreeNodes() — Method in class Tree
- getTree
- $Tag — Property in class Tag
- The attributes that aren't mass assignable.
- Tag::getCount() — Method in class Tag
- Used count of model
- Tag::getByTaggable() — Method in class Tag
- Returns tags of the taggable
- Tag::getPopular() — Method in class Tag
- Returns most popular tags
- Tag::getPopularWhole() — Method in class Tag
- Returns most popular tags in whole
- Tag::getPopularPeriod() — Method in class Tag
- Returns most popular tags of date period
- Tag::getPopularPeriodWhole() — Method in class Tag
- Returns most popular tags of date period in whole
- Tag::getTaggableTable() — Method in class Tag
- Returns table
- TagHandler::getDecomposer() — Method in class TagHandler
- Get the decomposer instance.
- TagRepository::getNow() — Method in class TagRepository
- Returns Datetime instance for now
- AbstractTheme::getTitle() — Method in class AbstractTheme
- 테마의 이름을 반환한다.
- AbstractTheme::getDescription() — Method in class AbstractTheme
- 테마의 설명을 반환한다.
- AbstractTheme::getScreenshot() — Method in class AbstractTheme
- 테마의 스크린샷을 반환한다.
- AbstractTheme::getEditFiles() — Method in class AbstractTheme
- 테마 편집 페이지에서 편집할 수 있는 파일의 목록을 반환한다.
- AbstractTheme::getSettingView() — Method in class AbstractTheme
- 테마 설정 페이지에 출력할 html 텍스트를 출력한다.
- GenericTheme — Class in namespace Xpressengine\Theme
- 이 클래스는 Xpressengine에서 테마를 간편하게 구현할 수 있도록 제공하는 클래스이다. 특정 디렉토리에 지정된 형식에 맞게 테마에 필요한 파일들을 구성한 후, 이 클래스의 $path에 디렉토리의 경로를 지정하여 사용한다.
- GenericTheme::getPath() — Method in class GenericTheme
- get path, example: 'plugins/myplugin/theme'
- GenericTheme::getEditFiles() — Method in class GenericTheme
- 테마 편집 페이지에서 편집할 수 있는 파일의 목록을 반환한다.
- ThemeEntity::getId() — Method in class ThemeEntity
- get theme id
- ThemeEntity::getClass() — Method in class ThemeEntity
- get class name of theme
- ThemeEntity::getTitle() — Method in class ThemeEntity
- get theme title
- ThemeEntity::getDescription() — Method in class ThemeEntity
- get theme's description
- ThemeEntity::getScreenshot() — Method in class ThemeEntity
- get screenshot of theme
- ThemeEntity::getSettingsURI() — Method in class ThemeEntity
- get theme setting page url
- ThemeEntity::getObject() — Method in class ThemeEntity
- get object of theme
- ThemeEntityInterface::getId() — Method in class ThemeEntityInterface
- get theme id
- ThemeEntityInterface::getTitle() — Method in class ThemeEntityInterface
- get theme title
- ThemeEntityInterface::getDescription() — Method in class ThemeEntityInterface
- get theme's description
- ThemeEntityInterface::getScreenshot() — Method in class ThemeEntityInterface
- get screenshot of theme
- ThemeHandler::getViewFactory() — Method in class ThemeHandler
- get ViewFactory
- ThemeHandler::getCachePath() — Method in class ThemeHandler
- retrieve view cache path
- ThemeHandler::getMobileResolver() — Method in class ThemeHandler
- 현재 요청이 모바일 버전인지 조회할 때 사용되는 resolver를 조회한다.
- ThemeHandler::getSelectedTheme() — Method in class ThemeHandler
- 현재 Request에서 사용되는 테마를 반환한다. 반환되는 테마는 일반 테마일 수도 있고, 관리페이지용 테마일수도 있다.
- ThemeHandler::getTheme() — Method in class ThemeHandler
- 등록된 테마중 주어진 id를 가진 테마를 반환한다.
- ThemeHandler::getSiteThemeId() — Method in class ThemeHandler
- 사이트 기본 테마를 조회한다.
- ThemeHandler::getAllTheme() — Method in class ThemeHandler
- 모든 일반 테마 목록을 반환한다.
- ThemeHandler::getAllThemeSupportingMobile() — Method in class ThemeHandler
- getAllThemeSupportingMobile
- ThemeHandler::getAllThemeSupportingDesktop() — Method in class ThemeHandler
- getAllThemeSupportingDesktop
- ThemeHandler::getAllSettingsTheme() — Method in class ThemeHandler
- 모든 관리페이지 테마 목록을 반환한다.
- ThemeHandler::getThemeConfig() — Method in class ThemeHandler
- 주어진 테마에 저장된 config data를 반환한다.
- ThemeHandler::getThemeConfigList() — Method in class ThemeHandler
- 주어진 테마에 저장된 모든 config data를 반환한다.
- ThemeHandler::getConfigId() — Method in class ThemeHandler
- config id for given theme
- AbstractToggleMenu::getTitle() — Method in class AbstractToggleMenu
- getTitle
- AbstractToggleMenu::getDescription() — Method in class AbstractToggleMenu
- getDescription
- AbstractToggleMenu::getScreenshot() — Method in class AbstractToggleMenu
- getScreenshot
- AbstractToggleMenu::getText() — Method in class AbstractToggleMenu
- 메뉴에서 보여질 문자열
- AbstractToggleMenu::getType() — Method in class AbstractToggleMenu
- 메뉴의 타입 'exec' or 'link' or 'raw' 중에 하나
- AbstractToggleMenu::getAction() — Method in class AbstractToggleMenu
- 실행되기 위한 js 문자열 타입이 'raw' 인 경우에는 html
- AbstractToggleMenu::getScript() — Method in class AbstractToggleMenu
- 별도의 js 파일을 load 해야 하는 경우 해당 파일의 경로 없는 경우 null 반환
- AbstractToggleMenu::getIcon() — Method in class AbstractToggleMenu
- 아이콘을 표시하기 위한 문자 todo: class 명, 이미지 경로 등을 지원 할 예정
- ToggleMenuHandler::getItems() — Method in class ToggleMenuHandler
- 사용할 메뉴 아이템들을 반환
- ToggleMenuHandler::getActivated() — Method in class ToggleMenuHandler
- 활성화된 아이템 목록을 반환
- ToggleMenuHandler::getDeactivated() — Method in class ToggleMenuHandler
- 활성화 되지 않은 아이템 목록을 반환
- ToggleMenuHandler::getConfigKey() — Method in class ToggleMenuHandler
- config 에서 사용할 key 반환
- ToggleMenuHandler::getTypeKey() — Method in class ToggleMenuHandler
- register 에서 구분할 수 있는 type key 반환
- NamespacedItemResolver::getLaravelNamespace() — Method in class NamespacedItemResolver
- Get the Laravel's language namespace
- TransCache::get() — Method in class TransCache
- 캐시된 라인을 얻습니다
- TransCachedDatabase::getLine() — Method in class TransCachedDatabase
- 라인을 얻습니다
- Translator::getLocales() — Method in class Translator
- 로케일 목록의 배열을 리턴
- Translator::getLocale() — Method in class Translator
- 현재 선택 로케일을 리턴
- Translator::getLocaleText() — Method in class Translator
- 로케일에 해당하는 문자열 반환 지정된 로케일이 없을 경우 현재 지정된 로케일을 사용
- Translator::get() — Method in class Translator
- 다국어로 번역되기 전 원형 문장을 읽어옵니다
- Translator::getOriginalLine() — Method in class Translator
- Translator::getLine() — Method in class Translator
- Translator::getSelector() — Method in class Translator
- 메세지 선택을 위한 셀렉터를 얻습니다
- Translator::genUserKey() — Method in class Translator
- 사용자 정의 다국어로 사용될 수 있는 키를 생성합니다
- Translator::getPreprocessorValues() — Method in class Translator
- LangPreprocessor 로 만들어진 다국어 정보에서 현재 설정에서 사용해야할 값들을 리턴합니다.
- Translator::getOriginNamespace() — Method in class Translator
- 주어진 namespace 의 원래 이름을 반환합니다
- TrashManager::gets() — Method in class TrashManager
- 전체 휴지통 반환
- TrashManager::get() — Method in class TrashManager
- 휴지통 반환
- UIObjectHandler::get() — Method in class UIObjectHandler
- 주어진 id로 등록된 UIObject를 반환한다.
- UIObjectHandler::getAll() — Method in class UIObjectHandler
- 등록된 모든 UIObject의 목록을 반환한다.
- UIObjectHandler::getInstance() — Method in class UIObjectHandler
- 주어진 클래스의 인스턴스를 생성하여 반환한다.
- AccountInterface::getUserId() — Method in class AccountInterface
- 계정을 소유한 회원의 아이디를 반환한다.
- AccountInterface::getProvider() — Method in class AccountInterface
- 계정의 밴더를 반환한다.
- AccountInterface::getEmailAddress() — Method in class AccountInterface
- 계정에 할당된 이메일 주소를 반환한다.
- EmailInterface::getAddress() — Method in class EmailInterface
- 이메일 주소를 반환한다.
- EmailInterface::getUserId() — Method in class EmailInterface
- 이메일을 소유한 회원의 아이디를 반환한다.
- EmailInterface::getConfirmationCode() — Method in class EmailInterface
- 메일의 인증코드를 반환한다.
- GroupInterface — Class in namespace Xpressengine\User
- 회원 그룹 정보를 저장하는 클래스가 구현해야 하는 인터페이스
- Guard — Class in namespace Xpressengine\User
- 이 클래스는 Xpressengine의 회원 인증 기능을 처리하는 클래스이다.
- GuardInterface — Class in namespace Xpressengine\User
- 이 인터페이스는 Xpressengine의 인증클래스가 구현해야 하는 인터페이스이다.
- Guest — Class in namespace Xpressengine\User\Models
- 비로그인 상태의 회원 객체 클래스
- Guest::getId() — Method in class Guest
- Get the unique identifier
- Guest::getDisplayName() — Method in class Guest
- Get the name for display
- Guest::getRating() — Method in class Guest
- Get the rating of user
- Guest::getProfileImage() — Method in class Guest
- Get profile image URL of user
- Guest::getGroups() — Method in class Guest
- Get groups a user belongs
- Guest::getStatus() — Method in class Guest
- Get the status of user
- Guest::getAuthIdentifier() — Method in class Guest
- Get the unique identifier for the user.
- Guest::getAuthPassword() — Method in class Guest
- Get the password for the user.
- Guest::getRememberToken() — Method in class Guest
- Get the token value for the "remember me" session.
- Guest::getRememberTokenName() — Method in class Guest
- Get the column name for the "remember me" token.
- Guest::getEmailForPasswordReset() — Method in class Guest
- Get the e-mail address where password reset links are sent.
- Guest::getPendingEmail() — Method in class Guest
- Get Pending Email of current user
- Guest::getAccountByProvider() — Method in class Guest
- 회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
- PendingEmail::getAddress() — Method in class PendingEmail
- 이메일 주소를 반환한다.
- PendingEmail::getUserId() — Method in class PendingEmail
- 이메일을 소유한 회원의 아이디를 반환한다.
- PendingEmail::getConfirmationCode() — Method in class PendingEmail
- 메일의 인증코드를 반환한다.
- UnknownUser::getId() — Method in class UnknownUser
- Get the unique identifier
- UnknownUser::getDisplayName() — Method in class UnknownUser
- Get the name for display
- UnknownUser::getRating() — Method in class UnknownUser
- Get the rating of user
- UnknownUser::getProfileImage() — Method in class UnknownUser
- Get profile image URL of user
- UnknownUser::getGroups() — Method in class UnknownUser
- Get groups a user belongs
- UnknownUser::getStatus() — Method in class UnknownUser
- Get the status of user
- UnknownUser::getAuthIdentifier() — Method in class UnknownUser
- Get the unique identifier for the user.
- UnknownUser::getAuthPassword() — Method in class UnknownUser
- Get the password for the user.
- UnknownUser::getRememberToken() — Method in class UnknownUser
- Get the token value for the "remember me" session.
- UnknownUser::getRememberTokenName() — Method in class UnknownUser
- Get the column name for the "remember me" token.
- UnknownUser::getEmailForPasswordReset() — Method in class UnknownUser
- Get the e-mail address where password reset links are sent.
- UnknownUser::getPendingEmail() — Method in class UnknownUser
- Get Pending Email of current user
- UnknownUser::getAccountByProvider() — Method in class UnknownUser
- 회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
- User::groups() — Method in class User
- set relationship with user groups
- User::getProfileImageAttribute() — Method in class User
- Get profile_image
- User::getAuthIdentifier() — Method in class User
- Get the unique identifier for the user.
- User::getAuthPassword() — Method in class User
- Get the password for the user.
- User::getRememberToken() — Method in class User
- Get the token value for the "remember me" session.
- User::getRememberTokenName() — Method in class User
- Get the column name for the "remember me" token.
- User::getEmailForPasswordReset() — Method in class User
- Get the e-mail address where password reset links are sent.
- User::getId() — Method in class User
- Get the unique identifier
- User::getDisplayName() — Method in class User
- Get the name for display
- User::getRating() — Method in class User
- Get the rating of user
- User::getStatus() — Method in class User
- Get the status of user
- User::getProfileImage() — Method in class User
- Get profile image URL of user
- User::getGroups() — Method in class User
- Get groups a user belongs
- User::getPendingEmail() — Method in class User
- Get Pending Email of current user
- User::getAccountByProvider() — Method in class User
- 회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
- User::getLoginAtAttribute() — Method in class User
- loginAt 처리, loginAt이 지정되지 않았을 경우, null을 반환하도록 처리한다.
- UserAccount::getUserId() — Method in class UserAccount
- 계정을 소유한 회원의 아이디를 반환한다.
- UserAccount::getProvider() — Method in class UserAccount
- 계정의 밴더를 반환한다.
- UserAccount::getEmailAddress() — Method in class UserAccount
- 계정에 할당된 이메일 주소를 반환한다.
- UserEmail::getAddress() — Method in class UserEmail
- 이메일 주소를 반환한다.
- UserEmail::getUserId() — Method in class UserEmail
- 이메일을 소유한 회원의 아이디를 반환한다.
- UserEmail::getConfirmationCode() — Method in class UserEmail
- 메일의 인증코드를 반환한다.
- UserGroup::getCountAttribute() — Method in class UserGroup
- get user count
- UserGroup::getUserCountAttribute() — Method in class UserGroup
- get user count
- Rating::getUsableAll() — Method in class Rating
- 사용 가능한 회원등급을 반환
- Rating::getAll() — Method in class Rating
- getAll
- RegisterTokenRepository::getCurrentTime() — Method in class RegisterTokenRepository
- Get the current UNIX timestamp.
- RegisterTokenRepository::getTable() — Method in class RegisterTokenRepository
- Begin a new database query against the table.
- RegisterTokenRepository::getConnection() — Method in class RegisterTokenRepository
- Get the database connection instance.
- RepositoryInterface::getModel() — Method in class RepositoryInterface
- The name of Category model class
- RepositoryTrait::getModel() — Method in class RepositoryTrait
- The name of Category model class
- $VirtualGroupRepository — Property in class VirtualGroupRepository
- $UserHandler — Property in class UserHandler
- UserHandler::groups() — Method in class UserHandler
- UserGroup 그룹 저장소를 반환한다.
- UserHandler::getSettingsSections() — Method in class UserHandler
- 개인 회원정보 설정 페이지의 섹션 목록을 반환한다.
- UserHandler::getRegisterGuards() — Method in class UserHandler
- 회원가입 인증도구 목록을 반환한다.
- UserHandler::getRegisterForms() — Method in class UserHandler
- 회원가입시 회원가입 정보 입력 페이지에서 사용자에게 출력할 입력폼 목록을 반환한다.
- UserInterface::getId() — Method in class UserInterface
- Get the unique identifier
- UserInterface::getDisplayName() — Method in class UserInterface
- Get the name for display
- UserInterface::getRating() — Method in class UserInterface
- Get the rating of user
- UserInterface::getStatus() — Method in class UserInterface
- Get the status of user
- UserInterface::getProfileImage() — Method in class UserInterface
- Get profile image URL of user
- UserInterface::getGroups() — Method in class UserInterface
- Get groups a user belongs
- UserInterface::getPendingEmail() — Method in class UserInterface
- Get Pending Email of current user
- UserInterface::getAccountByProvider() — Method in class UserInterface
- 회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
- RepositoryTrait::getModel() — Method in class RepositoryTrait
- The name of Category model class
- AbstractWidget::getTitle() — Method in class AbstractWidget
- 위젯의 이름을 반환한다.
- AbstractWidget::getDescription() — Method in class AbstractWidget
- 위젯의 설명을 반환한다.
- $WidgetHandler — Property in class WidgetHandler
- WidgetHandler::getClassName() — Method in class WidgetHandler
- 주어진 id로 등록된 Widget 반환한다.
- WidgetHandler::getInstance() — Method in class WidgetHandler
- getInstance
- WidgetHandler::getAll() — Method in class WidgetHandler
- retrive all of registered widget
- WidgetHandler::generateCode() — Method in class WidgetHandler
- generate widget code by widget id and config given
- WidgetHandler::generateXml() — Method in class WidgetHandler
- xml string을 생성하여 반환한다. element명과 element의 attr, child elements 정보를 입력받는다.
H
- Counter::hasByName() — Method in class Counter
- has by name
- Counter::has() — Method in class Counter
- has log
- DynamicQuery::hasDynamicTable() — Method in class DynamicQuery
- has dynamic join table
- DynamicModel::hasMacro() — Method in class DynamicModel
- Checks if macro is registered.
- $Document — Property in class Document
- $AbstractSkin — Property in class AbstractSkin
- $AbstractType — Property in class AbstractType
- $DatabaseProxy — Property in class DatabaseProxy
- DynamicFieldHandler::has() — Method in class DynamicFieldHandler
- has dynamic field
- $RevisionManager — Property in class RevisionManager
- AbstractEditor::htmlable() — Method in class AbstractEditor
- Determine if a editor html usable.
- AbstractEditor::hashTag() — Method in class AbstractEditor
- Compile tags in content body
- Textarea::htmlable() — Method in class Textarea
- Determine if a editor html usable.
- FileLoader::hasProxyFile() — Method in class FileLoader
- 주어진 프록시 클래스에 해당하는 파일의 존재 여부를 조회한다.
- HeightenCommand — Class in namespace Xpressengine\Media\Commands
- 세로기준 리사이징 command
- $Dimension — Property in class Dimension
- 세로 크기
- $MediaManager — Property in class MediaManager
- media handlers
- $Image — Property in class Image
- int$height
- MenuItem::hoverImage() — Method in class MenuItem
- Hover link image relationship
- ArrayPluginCache::hasCachedPlugins() — Method in class ArrayPluginCache
- 캐싱된 플러그인 정보가 있는지 조사한다.
- FilePluginCache::hasCachedPlugins() — Method in class FilePluginCache
- 캐싱된 플러그인 정보가 있는지 조사한다.
- PluginCache::hasCachedPlugins() — Method in class PluginCache
- 캐싱된 플러그인 정보가 있는지 조사한다.
- PluginCollection::has() — Method in class PluginCollection
- 주어진 아이디를 가진 플러그인이 있는지 조사한다.
- PluginEntity::hasRemoteData() — Method in class PluginEntity
- 자료실에 등록된 자료 정보가 있는지 검사
- PluginEntity::hasUpdate() — Method in class PluginEntity
- 플러그인의 업데이트가 Xpressengine의 서버에 존재하고, 아직 다운로드되어 있지 않은 상태인지 체크한다.
- FrontendHandler::html() — Method in class FrontendHandler
- custom html tag를 추가한다.
- HtmlPresenter — Class in namespace Xpressengine\Presenter\Html
- HtmlPresenter
- Html — Class in namespace Xpressengine\Presenter\Html\Tags
- Html
- $Html — Property in class Html
- $Html — Property in class Html
- Meta::httpEquiv() — Method in class Meta
- httpEquiv
- $Package — Property in class Package
- $Presenter — Property in class Presenter
- is support html
- Presenter::htmlRenderPartial() — Method in class Presenter
- render 방식을 content 로 설정
- Presenter::htmlRenderPopup() — Method in class Presenter
- render 방식을 content 로 설정
- Container::has() — Method in class Container
- Determine if the given configuration value exists.
- RegisterInterface::has() — Method in class RegisterInterface
- Determine if the given configuration value exists.
- AccessMiddleware::handle() — Method in class AccessMiddleware
- $ModuleValidator — Property in class ModuleValidator
- $AbstractLogger — Property in class AbstractLogger
- $SettingsMenu — Property in class SettingsMenu
- SettingsMenu::hasVisibleChild() — Method in class SettingsMenu
- 메뉴의 자식 메뉴중 visible 상태인 메뉴가 있는지 조회한다.
- SettingsMenu::hasChild() — Method in class SettingsMenu
- Check having child and return the boolean result.
- SettingsMiddleware::handle() — Method in class SettingsMiddleware
- route middleware에서 호출되는 메소드이며, 현재 Request가 관리페이지에 접근하는 요청인지 판단한다.
- $Site — Property in class Site
- string$host지정된 도메인
- SkinHandler::has() — Method in class SkinHandler
- 해당 id의 스킨이 등록돼 있는지 검사
- Storage::has() — Method in class Storage
- has
- CacheInterface::has() — Method in class CacheInterface
- has
- $Entity — Property in class Entity
- The attributes that should be hidden for arrays.
- HttpXpressengineException — Class in namespace Xpressengine\Support\Exceptions
- HttpXpressengineException
- LaravelCache::has() — Method in class LaravelCache
- has
- Html5 — Class in namespace Xpressengine\Support\PurifierModules
- HTML5 태그 지원
- Node::hasChild() — Method in class Node
- Check having child and return the boolean result.
- NodeInterface::hasChild() — Method in class NodeInterface
- Check having child and return the boolean result.
- $AbstractTheme — Property in class AbstractTheme
- AbstractTheme::hasSetting() — Method in class AbstractTheme
- 이 테마가 설정페이지를 제공하는 테마인지 조회한다.
- GenericTheme::hasSetting() — Method in class GenericTheme
- 이 테마가 설정페이지를 제공하는 테마인지 조회한다.
- ThemeHandler::hasCache() — Method in class ThemeHandler
- check whether has cache or not
- ThemeHandler::hasThemeConfig() — Method in class ThemeHandler
- 주어진 테마가 저장된 config data를 가지고 있는지 검사한다.
- Element::html() — Method in class Element
- set html or text to sole child
- $EmailBroker — Property in class EmailBroker
- HttpUserException — Class in namespace Xpressengine\User
- Xpressengine User 패키지의 메인 exception
- Admin::handle() — Method in class Admin
- Handle an incoming request.
- $User — Property in class User
- VirtualGroupRepository::has() — Method in class VirtualGroupRepository
- 주어진 id를 가진 가상 그룹이 있는지의 여부를 반환한다.
- VirtualGroupRepositoryInterface::has() — Method in class VirtualGroupRepositoryInterface
- 주어진 id를 가진 가상 그룹이 있는지의 여부를 반환한다.
- $UserHandler — Property in class UserHandler
I
- $GoogleRecaptcha — Property in class GoogleRecaptcha
- Captcha input name
- NaverCaptcha::issue() — Method in class NaverCaptcha
- Issued the captcha key
- $CategoryHandler — Property in class CategoryHandler
- CategoryItemRepository instance
- CategoryHandler::items() — Method in class CategoryHandler
- Get CategoryItemRepository instance
- $Category — Property in class Category
- Category item model
- Category::itemClass() — Method in class Category
- Get the node item class
- ConfigEntity::isAdjacency() — Method in class ConfigEntity
- check adjacency
- InvalidArgumentException — Class in namespace Xpressengine\Config\Exceptions
- 잘못된 인자값이 전달되었을때 발생하는 예외
- DatabaseRepository::insert() — Method in class DatabaseRepository
- insert
- InvalidOptionException — Class in namespace Xpressengine\Counter\Exceptions
- InvalidOptionException
- $DatabaseCoupler — Property in class DatabaseCoupler
- singleton instances
- DatabaseCoupler::instance() — Method in class DatabaseCoupler
- create instance if not exists
- DynamicQuery::insert() — Method in class DynamicQuery
- insert data
- DynamicQuery::insertGetId() — Method in class DynamicQuery
- insert data and get id
- ProxyInterface::insert() — Method in class ProxyInterface
- insert
- $ProxyManager — Property in class ProxyManager
- singleton instances
- ProxyManager::instance() — Method in class ProxyManager
- create instance if not exists
- ProxyManager::insert() — Method in class ProxyManager
- insert
- $TransactionHandler — Property in class TransactionHandler
- singleton instances
- TransactionHandler::instance() — Method in class TransactionHandler
- create instance if not exists
- VirtualConnection::insert() — Method in class VirtualConnection
- Run an insert statement against the database.
- $DocumentHandler — Property in class DocumentHandler
- InstanceManager — Class in namespace Xpressengine\Document
- InstanceManager
- $Document — Property in class Document
- $Document — Property in class Document
- integerdissentCount
- $Document — Property in class Document
- integerdisplay
- $Document — Property in class Document
- stringtitle
- $Document — Property in class Document
- stringlistOrder
- $Revision — Property in class Revision
- $Revision — Property in class Revision
- stringdissentCount
- $Revision — Property in class Revision
- stringdisplay
- $Revision — Property in class Revision
- stringtitle
- $Revision — Property in class Revision
- stringlistOrder
- DraftRepository::insert() — Method in class DraftRepository
- 새로운 임시저장 데이터 레코드를 삽입
- AbstractSkin::insert() — Method in class AbstractSkin
- Dynamic Field 에 데이터 입력
- AbstractType::insert() — Method in class AbstractType
- 생성된 Dynamic Field 테이블에 데이터 입력
- AbstractType::insertRevision() — Method in class AbstractType
- 생성된 Dynamic Field revision 테이블에 데이터 입력
- ConfigHandler::isTableMethodCreate() — Method in class ConfigHandler
- 생성된 Dynamic Field 가 테이블 생성 방식인지 확인
- DatabaseProxy::isTableMethodCreate() — Method in class DatabaseProxy
- 테이블 생성 방식인지 확인
- DatabaseProxy::insert() — Method in class DatabaseProxy
- insert
- InvalidColumnEntityException — Class in namespace Xpressengine\DynamicField\Exceptions
- Invalid column entity exception
- InvalidConfigException — Class in namespace Xpressengine\DynamicField\Exceptions
- Invalid config exception
- InvalidOptionException — Class in namespace Xpressengine\DynamicField\Exceptions
- Invalid option exception
- $AbstractEditor — Property in class AbstractEditor
- Instance identifier
- $AbstractEditor — Property in class AbstractEditor
- The image resolver
- $AbstractEditor — Property in class AbstractEditor
- The image class name
- $AbstractEditor — Property in class AbstractEditor
- The image identifier attribute name
- AbstractEditor::image() — Method in class AbstractEditor
- Compile images in content body
- $AbstractTool — Property in class AbstractTool
- Instance identifier
- AbstractTool::initAssets() — Method in class AbstractTool
- Initialize assets for the tool
- $Textarea — Property in class Textarea
- The component id
- Request::isMobile() — Method in class Request
- 현재 요청이 모바일 페이지 요청인지 조회한다.
- Request::isMobileByAgent() — Method in class Request
- 브라우저의 user agent만으로 현재 요청이 모바일 페이지 요청인지 조회한다.
- Request::isManageRequest() — Method in class Request
- Check request to manage
- InterceptionException — Class in namespace Xpressengine\Interception
- 패키지 메인 exception
- InterceptionHandler — Class in namespace Xpressengine\Interception
- 이 라이브러리는 AOP(aspect-oriented programming)을 구현한 라이브러리이며 이 클래스는 프로그램 내에서 AOP를 관리하는 역할을 한다.
- AbstractHandler::isAvailable() — Method in class AbstractHandler
- 각 미디어 타입에서 사용가능한 확장자 인지 판별
- ImageHandler — Class in namespace Xpressengine\Media\Handlers
- Class ImageHandler
- MediaHandler::isAvailable() — Method in class MediaHandler
- 각 미디어 타입에서 사용가능한 확장자 인지 판별
- MediaManager::is() — Method in class MediaManager
- 파일이 미디어 파일인지 확인
- $Audio — Property in class Audio
- int$id
- Image — Class in namespace Xpressengine\Media\Models
- image 객체
- $Image — Property in class Image
- int$id
- ImageMeta — Class in namespace Xpressengine\Media\Models\Meta
- Class ImageMeta
- $Video — Property in class Video
- int$id
- ImageRepository — Class in namespace Xpressengine\Media\Repositories
- Class ImageRepository
- $Thumbnailer — Property in class Thumbnailer
- Origin image content
- AbstractModule::isRouteAble() — Method in class AbstractModule
- Return this module is route able or unable isRouteAble
- InvalidArgumentException — Class in namespace Xpressengine\Menu\Exceptions
- Class InvalidArgumentException
- $MenuHandler — Property in class MenuHandler
- MenuItemRepository instance
- MenuHandler::items() — Method in class MenuHandler
- Get MenuItemRepository instance
- $DirectLink — Property in class DirectLink
- DirectLink::isRouteAble() — Method in class DirectLink
- Return this module is route able or unable isRouteAble
- MenuTypeInterface::isRouteAble() — Method in class MenuTypeInterface
- Return this module is route able or unable isRouteAble
- $Menu — Property in class Menu
- Indicates if the IDs are auto-incrementing.
- $Menu — Property in class Menu
- Item model class
- $Menu — Property in class Menu
- string$id
- $MenuItem — Property in class MenuItem
- Indicates if the IDs are auto-incrementing.
- $MenuItem — Property in class MenuItem
- string$id자동 생성된 고유한 식별자
- MenuItem::isSelected() — Method in class MenuItem
- Determine if model is selected
- IdentifierGenerator — Class in namespace Xpressengine\Menu\Repositories
- Class IdentifierGenerator
- InvalidArgumentException — Class in namespace Xpressengine\Permission\Exceptions
- 유효하지 않은 인자가 전달될 경우 exception
- Grant::isAllowType() — Method in class Grant
- Check type is allowed
- Instance — Class in namespace Xpressengine\Permission
- Class Instance
- InstancePolicy — Class in namespace Xpressengine\Permission
- Class InstancePolicy
- $Permission — Property in class Permission
- int$id
- Permission::isParent() — Method in class Permission
- Check parent of current at a given.
- PermissionRepository::insert() — Method in class PermissionRepository
- Insert register information
- Policy::isExcepted() — Method in class Policy
- Check except user
- Policy::isGuest() — Method in class Policy
- 전달된 사용자가 guest 인지 확인
- CacheDecorator::insert() — Method in class CacheDecorator
- Insert register information
- DatabaseRepository::insert() — Method in class DatabaseRepository
- Insert register information
- AbstractPlugin::install() — Method in class AbstractPlugin
- 플러그인을 설치한다. 플러그인이 설치될 때 실행할 코드를 여기에 작성한다
- $ComponentTrait — Property in class ComponentTrait
- Component id, 만약 이 trait을 사용한 클래스를 상속한 클래스가 id를 지정하지 않았다면, 그 클래스의 id는 이 trait에서 가지고 있는 id에 저장된다.
- $Composer — Property in class Composer
- $Composer — Property in class Composer
- ComposerFileWriter::install() — Method in class ComposerFileWriter
- register plugin to install list
- InvaildPluginFileFormatException — Class in namespace Xpressengine\Plugin\Exceptions
- InvaildPluginFileFormatException Class
- InvalidComponentIdException — Class in namespace Xpressengine\Plugin\Exceptions
- InvalidComponentIdException Class
- PluginCollection::initialize() — Method in class PluginCollection
- 설치된 플러그인들의 정보를 초기화 한다. 만약 cache에 저장된 정보가 있을 경우 cache로부터 저장된 정보를 가져오며, 캐싱된 정보가 없거나 refresh가 설정돼 있을 경우 다시 플러그인 디렉토리를 스캔하여 정보를 생성한다.
- $PluginEntity — Property in class PluginEntity
- 플러그인의 ID, 플러그인의 저장된 디렉토리명과 동일하다.
- $PluginEntity — Property in class PluginEntity
- PluginEntity::isActivated() — Method in class PluginEntity
- 플러그인이 활성화된 상태인지 조사한다.
- PluginEntity::isDeactivated() — Method in class PluginEntity
- 플러그인이 비활성화된 상태인지 조사한다
- PluginEntity::isDevelopMode() — Method in class PluginEntity
- 개발모드 플러그인인지 검사한다. vendor 디렉토리를 가지고 있는지의 유무로 판단한다.
- PluginEntity::install() — Method in class PluginEntity
- PluginHandler::isActivated() — Method in class PluginHandler
- 플러그인이 활성화되었는지 조사한다.
- InvalidPresenterException — Class in namespace Xpressengine\Presenter\Exceptions
- InvalidRendererException
- FrontendHandler::icon() — Method in class FrontendHandler
- browser icon을 추가한다.
- $HtmlPresenter — Property in class HtmlPresenter
- skin output id
- BodyClass::init() — Method in class BodyClass
- init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
- CSSFile::init() — Method in class CSSFile
- init 전역 메소드이며, javascript 파일의 목록을 관리하기 위해 필요한 초기 작업으로 sorter와 file list를 설정한다.
- Html::init() — Method in class Html
- init 전역 메소드이며, javascript 파일의 목록을 관리하기 위해 필요한 초기 작업으로 sorter와 file list를 설정한다.
- IconFile — Class in namespace Xpressengine\Presenter\Html\Tags
- IconFile
- $IconFile — Property in class IconFile
- IconFile::init() — Method in class IconFile
- init 전역 메소드이며, javascript 파일의 목록을 관리하기 위해 필요한 초기 작업으로 sorter와 file list를 설정한다.
- JSFile::init() — Method in class JSFile
- init 전역 메소드이며, javascript 파일의 목록을 관리하기 위해 필요한 초기 작업으로 sorter와 file list를 설정한다.
- Meta::init() — Method in class Meta
- init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
- Package::init() — Method in class Package
- init
- Rule::init() — Method in class Rule
- init
- Title::init() — Method in class Title
- init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
- Translation::init() — Method in class Translation
- init
- $JsonPresenter — Property in class JsonPresenter
- skin output id
- $Presenter — Property in class Presenter
- output id
- $Presenter — Property in class Presenter
- is settings present
- $Presenter — Property in class Presenter
- Presenter::isApproveFormat() — Method in class Presenter
- render 할 수 있도록 허용된 요청 fotmat인가?
- $Container — Property in class Container
- InstanceConfig — Class in namespace Xpressengine\Routing
- InstanceConfig
- $InstanceConfig — Property in class InstanceConfig
- InstanceRoute — Class in namespace Xpressengine\Routing
- Instance Route
- $InstanceRoute — Property in class InstanceRoute
- string$instanceIdinstance Id
- $SeoHandler — Property in class SeoHandler
- Importer instances
- $SeoHandler — Property in class SeoHandler
- Already executed
- SeoHandler::import() — Method in class SeoHandler
- Import to html header
- $Setting — Property in class Setting
- Image instance
- $AbstractLogger — Property in class AbstractLogger
- $UserLogger — Property in class UserLogger
- $Log — Property in class Log
- SettingsMenu::isSelected() — Method in class SettingsMenu
- isSelected
- $Site — Property in class Site
- Indicates if the IDs are auto-incrementing.
- $GenericSkin — Property in class GenericSkin
- GenericSkin::info() — Method in class GenericSkin
- retrieve theme info from info.php file
- $SkinEntity — Property in class SkinEntity
- InvalidFileException — Class in namespace Xpressengine\Storage\Exceptions
- 업로드된 파일이 유요하지 않은 경우 발생되는 예외
- $File — Property in class File
- Indicates if the IDs are auto-incrementing.
- $File — Property in class File
- string$id
- EloquentRepositoryTrait::increment() — Method in class EloquentRepositoryTrait
- Increment a column's value by a given amount.
- Entity::isFillable() — Method in class Entity
- Determine if the given attribute may be mass assigned.
- Entity::isGuarded() — Method in class Entity
- Determine if the given key is guarded.
- InvalidArgumentException — Class in namespace Xpressengine\Support\Exceptions
- InvalidArgumentException
- InvalidArgumentHttpException — Class in namespace Xpressengine\Support\Exceptions
- InvalidArgumentHttpException
- InfiniteRecursionException — Class in namespace Xpressengine\Support
- InfiniteRecursionException
- $Migration — Property in class Migration
- stringtitle
- Migration::install() — Method in class Migration
- 서비스에 필요한 자체 환경(타 서비스와 연관이 없는 환경)을 구축한다.
- Migration::installed() — Method in class Migration
- 서비스에 필요한 환경(타 서비스와 연관된 환경)을 구축한다.
- Migration::init() — Method in class Migration
- 서비스가 구동된 이후에 실행되므로 다양한 서비스를 사용하여 코드를 작성할 수 있다.
- Migration::initialized() — Method in class Migration
- 서비스가 구동되는데에 직접적인 연관은 없으나, XE 설치후 기본적인 메뉴구성이나 컨텐츠를 구성하는 코드를 작성한다.
- $Singleton — Property in class Singleton
- singleton instances
- Singleton::instance() — Method in class Singleton
- create instance if not exists
- Aggregator::items() — Method in class Aggregator
- Items relationship
- Aggregator::itemClass() — Method in class Aggregator
- Get the node item class
- $NodeInterface — Property in class NodeInterface
- stringtitle
- $GenericTheme — Property in class GenericTheme
- GenericTheme::info() — Method in class GenericTheme
- retrieve theme info from info.php file
- $ThemeEntity — Property in class ThemeEntity
- $AbstractToggleMenu — Property in class AbstractToggleMenu
- $AbstractToggleMenu — Property in class AbstractToggleMenu
- ToggleMenuHandler::isInherit() — Method in class ToggleMenuHandler
- 상속 모드인지 확인
- InvalidLocaleException — Class in namespace Xpressengine\Translation\Exceptions
- locale 이 유효하지 않은 경우
- Translator::importLaravel() — Method in class Translator
- Import laravel language data
- InvalidRecycleBinException — Class in namespace Xpressengine\Trash\Exceptions
- InvalidRecycleBinException
- InvalidWasteException — Class in namespace Xpressengine\Trash\Exceptions
- Repository Exception
- EmailInterface::isConfirmed() — Method in class EmailInterface
- 인증된 메일인지 확인한다
- InvalidAccountInfoException — Class in namespace Xpressengine\User\Exceptions
- 표시이름이 룰에 맞지 않는 경우 발생하는 Exception
- InvalidConfirmationCodeException — Class in namespace Xpressengine\User\Exceptions
- 인증코드가 잘못된 경우 발생하는 Exception
- InvalidDisplayNameException — Class in namespace Xpressengine\User\Exceptions
- 표시이름이 룰에 맞지 않는 경우 발생하는 Exception
- InvalidPasswordException — Class in namespace Xpressengine\User\Exceptions
- 비밀번호가 룰에 맞지 않는 경우 발생하는 Exception
- Guard::id() — Method in class Guard
- 현재 로그인한 사용자의 id를 반환한다.
- Guest::isAdmin() — Method in class Guest
- Finds whether user has super rating.
- Guest::isManager() — Method in class Guest
- Finds whether user has manager or super rating.
- PendingEmail::isConfirmed() — Method in class PendingEmail
- 인증된 메일인지 확인한다
- UnknownUser::isAdmin() — Method in class UnknownUser
- Finds whether user has super rating.
- UnknownUser::isManager() — Method in class UnknownUser
- Finds whether user has manager or super rating.
- $User — Property in class User
- User::isAdmin() — Method in class User
- Finds whether user has super rating.
- User::isManager() — Method in class User
- Finds whether user has manager or super rating.
- $UserAccount — Property in class UserAccount
- UserEmail::isConfirmed() — Method in class UserEmail
- 인증된 메일인지 확인한다
- $UserGroup — Property in class UserGroup
- $UserHandler — Property in class UserHandler
- $UserImageHandler — Property in class UserImageHandler
- UserInterface::isAdmin() — Method in class UserInterface
- Finds whether user has super rating.
- UserInterface::isManager() — Method in class UserInterface
- Finds whether user has manager or super rating.
- IDAlreadyExistsException — Class in namespace Xpressengine\WidgetBox\Exceptions
- IDNotFoundException — Class in namespace Xpressengine\WidgetBox\Exceptions
- InvalidIDException — Class in namespace Xpressengine\WidgetBox\Exceptions
- $WidgetBox — Property in class WidgetBox
- AbstractWidget::init() — Method in class AbstractWidget
- 위젯을 생성할 때 필요한 초기화 작업을 여기에 작성하세요.
J
- ConfigVO::jsonSerialize() — Method in class ConfigVO
- for "json_encode"
- AbstractType::join() — Method in class AbstractType
- table join
- AbstractType::joinRevision() — Method in class AbstractType
- $query 에 join 된 쿼리를 리턴
- RevisionManager::join() — Method in class RevisionManager
- make join query for revision
- AbstractTool::jsonSerialize() — Method in class AbstractTool
- Convert the object into something JSON serializable.
- FrontendHandler::js() — Method in class FrontendHandler
- js 파일을 추가한다.
- JSFile — Class in namespace Xpressengine\Presenter\Html\Tags
- JSFile
- JsonPresenter — Class in namespace Xpressengine\Presenter\Json
- JsonPresenter
- SettingsMenu::jsonSerialize() — Method in class SettingsMenu
- (PHP 5 >= 5.4.0)
Specify data which should be serialized to JSON - Json — Class in namespace Xpressengine\Support
- php json 함수 사용시 exception 이 발생하지 않기 때문에 예외처리가 가능하도록 exception 을 발생
- JsonException — Class in namespace Xpressengine\Support
- json error 발생시 사용되는 exception
- Tree::jsonSerialize() — Method in class Tree
- (PHP 5 >= 5.4.0)
Specify data which should be serialized to JSON - Guest::joinGroups() — Method in class Guest
- add this user to groups
- UnknownUser::joinGroups() — Method in class UnknownUser
- add this user to groups
- User::joinGroups() — Method in class User
- add this user to groups
- UserInterface::joinGroups() — Method in class UserInterface
- add this user to groups
K
- $DynamicModel — Property in class DynamicModel
- KeyGeneratorNotFoundException — Class in namespace Xpressengine\Database\Exceptions
- NotSetKeyGeneratorException
- $DraftRepository — Property in class DraftRepository
- Keygen instance
- Keygen — Class in namespace Xpressengine\Keygen
- Class Keygen
- KeygenException — Class in namespace Xpressengine\Keygen
- 패키지 메인 exception
- $Translation — Property in class Translation
- $Setting — Property in class Setting
- Keygen instance
- $Setting — Property in class Setting
- Key for config
- $Storage — Property in class Storage
- key generator instance
- $Translator — Property in class Translator
- $RegisterTokenRepository — Property in class RegisterTokenRepository
L
- AbstractEditor::loadTools() — Method in class AbstractEditor
- Load tools
- AbstractEditor::link() — Method in class AbstractEditor
- Compile links in content body
- $InterceptionHandler — Property in class InterceptionHandler
- EvalLoader::load() — Method in class EvalLoader
- 주어진 프록시 클래스 명세를 로드한다.
- FileLoader::load() — Method in class FileLoader
- 주어진 프록시 클래스 명세를 파일에 작성한 후 해당 클래스를 로드한다.
- Loader — Class in namespace Xpressengine\Interception\Proxy\Loader
- 이 인터페이스는 동적으로 생성된 프록시 클래스를 로딩하는 메소드를 구현한다.
- Loader::load() — Method in class Loader
- 주어진 프록시 클래스 명세를 로드한다.
- $ProxyGenerator — Property in class ProxyGenerator
- ProxyGenerator::loadFile() — Method in class ProxyGenerator
- load file
- LetterCommand — Class in namespace Xpressengine\Media\Commands
- 기준 사이즈 안에 이미지가 모두 들어오도록 하는 리사이징 command
- $Position — Property in class Position
- left position
- $MenuItem — Property in class MenuItem
- PermissionHandler::loadBranch() — Method in class PermissionHandler
- 특정 대상이 포함된 하위 권한 정보를 가져와 캐싱 함
- FilePluginCache::load() — Method in class FilePluginCache
- load
- ComposerFileWriter::load() — Method in class ComposerFileWriter
- json 파일의 내용을 메모리에 읽어온다.
- $BodyClass — Property in class BodyClass
- BodyClass::load() — Method in class BodyClass
- load
- $CSSFile — Property in class CSSFile
- CSSFile::loadAsync() — Method in class CSSFile
- load this file to async list
- CSSFile::load() — Method in class CSSFile
- load this file
- $Html — Property in class Html
- Html::load() — Method in class Html
- load
- $IconFile — Property in class IconFile
- IconFile::load() — Method in class IconFile
- load
- $JSFile — Property in class JSFile
- JSFile::loadAsync() — Method in class JSFile
- load this file to async list
- JSFile::load() — Method in class JSFile
- load this file
- LocatableTrait — Class in namespace Xpressengine\Presenter\Html\Tags
- LocatableTrait
- $LocatableTrait — Property in class LocatableTrait
- $Meta — Property in class Meta
- Meta::load() — Method in class Meta
- load
- Package::load() — Method in class Package
- load package
- $Rule — Property in class Rule
- AbstractLogger::log() — Method in class AbstractLogger
- store log to database
- AbstractLogger::loadRequest() — Method in class AbstractLogger
- make log data from request
- LogHandler — Class in namespace Xpressengine\Settings\AdminLog
- LogHandler는 XpressEngine에서 관리자의 요청을 로깅합니다.
- $LogHandler — Property in class LogHandler
- LogHandler::log() — Method in class LogHandler
- log
- Log — Class in namespace Xpressengine\Settings\AdminLog\Models
- LogRepository — Class in namespace Xpressengine\Settings\AdminLog\Repositories
- 어드민 접속 로그를 저장하는 Repository
- LinkNotFoundException — Class in namespace Xpressengine\Settings\Exceptions
- 관리메뉴의 링크를 찾을 수 없을 경우 발생하는 예외
- SettingsMenu::link() — Method in class SettingsMenu
- 메뉴의 링크를 생성하여 반환한다. 메뉴에 link정보가 있을 경우 link정보를 우선 사용하여 생성한다.
- RoundRobinDistributor::lastRecord() — Method in class RoundRobinDistributor
- get last table record
- LoginRequiredHttpException — Class in namespace Xpressengine\Support\Exceptions
- LoginRequiredHttpException
- Json::lastError() — Method in class Json
- catch last error and throw exception
- LaravelCache — Class in namespace Xpressengine\Support
- laravel 의 cache 기능을 이용한 처리를 담당
- NodePositionTrait::linkHierarchy() — Method in class NodePositionTrait
- Linked parent and child relation
- LangData — Class in namespace Xpressengine\Translation
- 중첩 구조의 다국어 데이터 파일을 다루는 클래스
- LaravelLangData — Class in namespace Xpressengine\Translation
- Class LaravelLangData
- $LaravelLangData — Property in class LaravelLangData
- LangFileLoader — Class in namespace Xpressengine\Translation\Loaders
- LangData 클래스에 의해 해석될 수 있는 다국어 데이터 파일 로더
- LangFileLoader::load() — Method in class LangFileLoader
- Load the messages by given source
- LangURLLoader — Class in namespace Xpressengine\Translation\Loaders
- Class LangURLLoader
- LangURLLoader::load() — Method in class LangURLLoader
- Load the messages by given source
- LoaderInterface — Class in namespace Xpressengine\Translation\Loaders
- 다국어 데이터를 load 할 수 있는 클래스
- LoaderInterface::load() — Method in class LoaderInterface
- Load the messages by given source
- $NamespacedItemResolver — Property in class NamespacedItemResolver
- TransCache::load() — Method in class TransCache
- 캐시를 로드합니다
- $Translator — Property in class Translator
- Guard::login() — Method in class Guard
- Log a user into the application.
- Guard::logout() — Method in class Guard
- 현재 로그인한 사용자를 로그아웃 시킨다.
- Guest::leaveGroups() — Method in class Guest
- leave groups
- UnknownUser::leaveGroups() — Method in class UnknownUser
- leave groups
- User::leaveGroups() — Method in class User
- leave groups
- UserHandler::leave() — Method in class UserHandler
- 회원탈퇴 처리를 한다. 회원관련 정보(그룹, 이메일, 등록대기 이메일, 계정)도 동시에 삭제한다.
- UserInterface::leaveGroups() — Method in class UserInterface
- leave groups
M
- $ConfigurationNotExistsException — Property in class ConfigurationNotExistsException
- $WrongResponseException — Property in class WrongResponseException
- CategoryHandler::moveTo() — Method in class CategoryHandler
- Move to another parent CategoryItem
- $UnableMoveToSelfException — Property in class UnableMoveToSelfException
- ConfigManager::modify() — Method in class ConfigManager
- modify config information
- ConfigManager::move() — Method in class ConfigManager
- Move entity hierarchy to new parent or root
- $DuplicateException — Property in class DuplicateException
- $InvalidArgumentException — Property in class InvalidArgumentException
- $NoParentException — Property in class NoParentException
- $NotExistsException — Property in class NotExistsException
- $ValidationException — Property in class ValidationException
- $CacheDecorator — Property in class CacheDecorator
- expire time
- CacheDecorator::makeKey() — Method in class CacheDecorator
- Make key by combination of site key and config name
- $Validator — Property in class Validator
- minimum name length
- $Validator — Property in class Validator
- maximum name length
- $Counter — Property in class Counter
- model class name
- $GuestNotSupportException — Property in class GuestNotSupportException
- $InvalidOptionException — Property in class InvalidOptionException
- Factory::make() — Method in class Factory
- counter instance 반환
- DatabaseHandler::makeConnector() — Method in class DatabaseHandler
- get connector from DatabaseCoupler
- $DynamicModel — Property in class DynamicModel
- The registered macros.
- DynamicModel::macro() — Method in class DynamicModel
- Register a custom macro.
- $KeyGeneratorNotFoundException — Property in class KeyGeneratorNotFoundException
- ModelNotSupportDynamicModeException — Class in namespace Xpressengine\Database\Exceptions
- ModelNotSupportDynamicModeException
- $ModelNotSupportDynamicModeException — Property in class ModelNotSupportDynamicModeException
- $NotExistsProxyException — Property in class NotExistsProxyException
- $VirtualConnection — Property in class VirtualConnection
- config/database.php config name for create master connection instance
- $VirtualConnection — Property in class VirtualConnection
- The number of minutes to store cache items.
- VirtualConnection::master() — Method in class VirtualConnection
- get master connection
- ConfigHandler::make() — Method in class ConfigHandler
- 새로운 document config entity 를 만들어 반환
- $DocumentHandler — Property in class DocumentHandler
- $CannotChangeInstanceIdException — Property in class CannotChangeInstanceIdException
- $ConfigNotFoundException — Property in class ConfigNotFoundException
- $DivisionTableAlreadyExistsException — Property in class DivisionTableAlreadyExistsException
- $DocumentNotFoundException — Property in class DocumentNotFoundException
- $NotAllowedTypeException — Property in class NotAllowedTypeException
- $ParentDocumentNotFoundException — Property in class ParentDocumentNotFoundException
- $ReplyLimitationException — Property in class ReplyLimitationException
- $ValueRequiredException — Property in class ValueRequiredException
- $Document — Property in class Document
- stringemail
- Document::makeReplyChar() — Method in class Document
- Make next reply code characters
- $Revision — Property in class Revision
- stringemail
- $AbstractSkin — Property in class AbstractSkin
- merge data
- $InvalidConfigException — Property in class InvalidConfigException
- $RequiredDynamicFieldException — Property in class RequiredDynamicFieldException
- $RequiredParameterException — Property in class RequiredParameterException
- $AbstractEditor — Property in class AbstractEditor
- The mention input name
- $AbstractEditor — Property in class AbstractEditor
- The mention class name
- $AbstractEditor — Property in class AbstractEditor
- The mention identifier attribute name
- AbstractEditor::mention() — Method in class AbstractEditor
- Compile mentions in content body
- $EditorHandler — Property in class EditorHandler
- MediaManager instance
- $ConfigNotFoundException — Property in class ConfigNotFoundException
- $EditorNotFoundException — Property in class EditorNotFoundException
- $PathNotAssignedException — Property in class PathNotAssignedException
- $Request — Property in class Request
- 현재 요청이 mobile 페이지의 요청인지 판단하는 resolver 이 클래스는 이 resolver를 사용하여 mobile 페이지 요청인지 판단한다.
- $AdvisorNameAlreadyExistsException — Property in class AdvisorNameAlreadyExistsException
- MethodDefinitionPass — Class in namespace Xpressengine\Interception\Proxy\Pass
- 타겟 클래스의 프록시 클래스 생성을 위해 필요한 코드를 생성할 때, 프록시 클래스의 Method 선언부의 변환을 담당하는 클래스이다.
- $UnknownGeneratorVersionException — Property in class UnknownGeneratorVersionException
- CommandFactory::make() — Method in class CommandFactory
- Returns command
- $NotAvailableException — Property in class NotAvailableException
- $PropertyNotSetException — Property in class PropertyNotSetException
- $UnknownCommandException — Property in class UnknownCommandException
- $UnknownTypeException — Property in class UnknownTypeException
- $WrongInstanceException — Property in class WrongInstanceException
- AbstractHandler::makeModel() — Method in class AbstractHandler
- Make model
- AudioHandler::make() — Method in class AudioHandler
- media 객체로 반환
- ImageHandler::make() — Method in class ImageHandler
- media 객체로 반환
- ImageHandler::makeThumbnailer() — Method in class ImageHandler
- Make thumbnailer instance
- MediaHandler — Class in namespace Xpressengine\Media\Handlers
- Interface MediaHandler
- MediaHandler::make() — Method in class MediaHandler
- media 객체로 반환
- MediaHandler::makeModel() — Method in class MediaHandler
- Make model
- VideoHandler::make() — Method in class VideoHandler
- media 객체로 반환
- MediaException — Class in namespace Xpressengine\Media
- 패키지 메인 exception
- MediaManager — Class in namespace Xpressengine\Media
- Class MediaManager
- MediaManager::make() — Method in class MediaManager
- 파일을 타입에 맞는 미디어 객체로 재생성하여 반환
- MediaManager::metaDelete() — Method in class MediaManager
- Meta data 삭제
- MediaManager::metaRemove() — Method in class MediaManager
- Meta data 삭제
- MimeTypeFilter — Class in namespace Xpressengine\Media
- Trait MimeTypeFilter
- $MimeTypeFilter — Property in class MimeTypeFilter
- MimeTypeScope instance
- MimeTypeScope — Class in namespace Xpressengine\Media
- Class MimeTypeScope
- $Audio — Property in class Audio
- Available mime type
- $Image — Property in class Image
- Available mime type
- Media — Class in namespace Xpressengine\Media\Models
- Abstract class Media
- $Media — Property in class Media
- Available mime type
- Media::make() — Method in class Media
- Make media model
- Media::meta() — Method in class Media
- Meta data relationship
- Meta — Class in namespace Xpressengine\Media\Models\Meta
- Abstract class Meta
- $Video — Property in class Video
- Available mime type
- MediaRepository — Class in namespace Xpressengine\Media\Repositories
- Abstract class MediaRepository
- $Thumbnailer — Property in class Thumbnailer
- ImageManager instance
- EventListener::menuItemCreated() — Method in class EventListener
- Listen to item created
- EventListener::menuItemDeleted() — Method in class EventListener
- Listen to item deleted
- $CanNotCreateItemException — Property in class CanNotCreateItemException
- $CanNotCreateMenuException — Property in class CanNotCreateMenuException
- $CanNotDeleteMenuEntityHaveChildException — Property in class CanNotDeleteMenuEntityHaveChildException
- $CanNotDeleteMenuItemHaveChildException — Property in class CanNotDeleteMenuItemHaveChildException
- $InvalidArgumentException — Property in class InvalidArgumentException
- $NotFoundMenuException — Property in class NotFoundMenuException
- $NotFoundMenuItemException — Property in class NotFoundMenuItemException
- MenuException — Class in namespace Xpressengine\Menu
- 패키지 메인 exception
- MenuHandler — Class in namespace Xpressengine\Menu
- Class MenuHandler
- $MenuHandler — Property in class MenuHandler
- MenuRepository instance
- $MenuHandler — Property in class MenuHandler
- ModuleHandler instance
- $MenuHandler — Property in class MenuHandler
- Menu keyword for config
- MenuHandler::moveItem() — Method in class MenuHandler
- Move menu item
- MenuHandler::moveItemConfig() — Method in class MenuHandler
- Move menu item config consisting of theme identifiers
- MenuHandler::menuKeyString() — Method in class MenuHandler
- Make key string for config
- MenuHandler::menus() — Method in class MenuHandler
- Get MenuRepository instance
- MenuItemPolicy — Class in namespace Xpressengine\Menu
- Class MenuItemPolicy
- MenuTypeInterface — Class in namespace Xpressengine\Menu\MenuType
- Module
- Menu — Class in namespace Xpressengine\Menu\Models
- Class Menu
- MenuItem — Class in namespace Xpressengine\Menu\Models
- Class MenuItem
- $MenuItem — Property in class MenuItem
- string$menuId소속된 MenuEntity 의 ID
- $MenuItem — Property in class MenuItem
- Menu$menu객체가 속한 메뉴
- MenuItem::menu() — Method in class MenuItem
- Alias aggregator
- MenuItem::mBasicImage() — Method in class MenuItem
- Mobile basic link image relationship
- MenuItem::mHoverImage() — Method in class MenuItem
- Mobile hover link image relationship
- MenuItem::mSelectedImage() — Method in class MenuItem
- Mobile selected link image relationship
- ModuleHandler — Class in namespace Xpressengine\Menu
- Class ModuleHandler
- MenuItemRepository — Class in namespace Xpressengine\Menu\Repositories
- Class MenuItemRepository
- MenuRepository — Class in namespace Xpressengine\Menu\Repositories
- Class MenuRepository
- $InvalidArgumentException — Property in class InvalidArgumentException
- $NoParentException — Property in class NoParentException
- $NotSupportedException — Property in class NotSupportedException
- $WrongInstanceException — Property in class WrongInstanceException
- Grant::makeValue() — Method in class Grant
- Make value array from arguments
- PermissionHandler::move() — Method in class PermissionHandler
- Move entity hierarchy to new parent or root
- PermissionSupport::makeGrantData() — Method in class PermissionSupport
- Make data for grant
- $CacheDecorator — Property in class CacheDecorator
- expire time
- CacheDecorator::makeKey() — Method in class CacheDecorator
- Make key by combination of site key and target name
- ComposerFileWriter::makeFile() — Method in class ComposerFileWriter
- generate plugin composer file
- $CannotDeleteActivatedPluginException — Property in class CannotDeleteActivatedPluginException
- $ComponentNotFoundException — Property in class ComponentNotFoundException
- $InvaildPluginFileFormatException — Property in class InvaildPluginFileFormatException
- $InvalidComponentIdException — Property in class InvalidComponentIdException
- $NotImplementedException — Property in class NotImplementedException
- $PluginActivationFailedException — Property in class PluginActivationFailedException
- $PluginAlreadyActivatedException — Property in class PluginAlreadyActivatedException
- $PluginAlreadyDeactivatedException — Property in class PluginAlreadyDeactivatedException
- $PluginDeactivationFailedException — Property in class PluginDeactivationFailedException
- $PluginDependencyException — Property in class PluginDependencyException
- $PluginFileNotFoundException — Property in class PluginFileNotFoundException
- $PluginNotFoundException — Property in class PluginNotFoundException
- MetaFileReader — Class in namespace Xpressengine\Plugin
- 플러그인 메타파일(composer.json)리더.
- $PluginEntity — Property in class PluginEntity
- $PluginScanner — Property in class PluginScanner
- $InvalidPresenterException — Property in class InvalidPresenterException
- MinifyNotAllowedException — Class in namespace Xpressengine\Presenter\Exceptions
- Class NotFoundSkinException
- $MinifyNotAllowedException — Property in class MinifyNotAllowedException
- $NotFoundFormatException — Property in class NotFoundFormatException
- $NotFoundSkinException — Property in class NotFoundSkinException
- $PackageNotFoundException — Property in class PackageNotFoundException
- FrontendHandler::meta() — Method in class FrontendHandler
- meta tag를 추가한다.
- CSSFile::media() — Method in class CSSFile
- media
- Meta — Class in namespace Xpressengine\Presenter\Html\Tags
- Meta
- MinifyTrait — Class in namespace Xpressengine\Presenter\Html\Tags
- MinifyTrait
- $MinifyTrait — Property in class MinifyTrait
- MinifyTrait::min() — Method in class MinifyTrait
- min
- Presenter::make() — Method in class Presenter
- 출력 처리할 renderer 반환 api 지원 안함
- Presenter::makeApi() — Method in class Presenter
- API 지원하는 renderer 반환 html 지원 안하지 않고 api만 처리 할 경우 사용
- Presenter::makeAll() — Method in class Presenter
- api, html 모두 지원하는 renderer 반환
- $ValueMustBeArrayException — Property in class ValueMustBeArrayException
- $RegisterException — Property in class RegisterException
- $NotFoundInstanceRouteException — Property in class NotFoundInstanceRouteException
- $UnusableUrlException — Property in class UnusableUrlException
- $InstanceConfig — Property in class InstanceConfig
- $InstanceConfig — Property in class InstanceConfig
- $InstanceRoute — Property in class InstanceRoute
- string$modulemodule id
- $InstanceRoute — Property in class InstanceRoute
- string$menuIdmenu id
- ModuleValidator — Class in namespace Xpressengine\Routing
- Class ModuleValidator
- $ModuleValidator — Property in class ModuleValidator
- ModuleValidator::matches() — Method in class ModuleValidator
- Validate a given rule against a route and request.
- $CacheDecorator — Property in class CacheDecorator
- expire time
- $DatabaseRouteRepository — Property in class DatabaseRouteRepository
- The route model
- MemoryDecorator — Class in namespace Xpressengine\Routing\Repositories
- Class MemoryDecorator
- $MemoryDecorator — Property in class MemoryDecorator
- Map consist of route item by site key
- $MemoryDecorator — Property in class MemoryDecorator
- Map consist of route item by instance identifier
- $MemoryDecorator — Property in class MemoryDecorator
- Map consist of route item by module name
- $RouteCollection — Property in class RouteCollection
- A look-up table of routes by xpressengine source.
- UriValidator::matches() — Method in class UriValidator
- Validate a given rule against a route and request.
- $AbstractImporter — Property in class AbstractImporter
- meta items
- $BasicImporter — Property in class BasicImporter
- meta items
- BasicImporter::makeCanonical() — Method in class BasicImporter
- Make canonical tag
- $OpenGraphImporter — Property in class OpenGraphImporter
- meta items
- $TwitterCardImporter — Property in class TwitterCardImporter
- meta items
- SeoHandler::makeTitle() — Method in class SeoHandler
- Make title text
- $Setting — Property in class Setting
- MediaManager instance
- AbstractLogger::matches() — Method in class AbstractLogger
- matches
- $UserLogger — Property in class UserLogger
- UserLogger::matches() — Method in class UserLogger
- matches
- $LogRepository — Property in class LogRepository
- $LinkNotFoundException — Property in class LinkNotFoundException
- $SettingsHandler — Property in class SettingsHandler
- SettingsHandler::makeMenuList() — Method in class SettingsHandler
- 관리페이지 메뉴 목록을 생성한다. 현재 요청의 user와 route 정보를 이용하여 선택된 메뉴, 감추어야할 메뉴를 설정한다.
- $CanNotUseDomainException — Property in class CanNotUseDomainException
- $NotFoundSiteException — Property in class NotFoundSiteException
- $SkinNotFoundException — Property in class SkinNotFoundException
- GenericSkin::makeConfigView() — Method in class GenericSkin
- info.php에 등록돼 있는 setting 폼 리스트를 가져와 form을 생성하여 반환한다.
- $SkinHandler — Property in class SkinHandler
- SkinHandler::mergeKey() — Method in class SkinHandler
- 스킨 지정정보를 저장소에 사용하는 키를 조합한다.
- SkinInstanceStore::makeStoreKey() — Method in class SkinInstanceStore
- 주어진 키를 조합하여 저장소(persistence storage)에 조회할 키를 생성한다.
- $FileDoesNotExistException — Property in class FileDoesNotExistException
- $InvalidFileException — Property in class InvalidFileException
- $WritingFailException — Property in class WritingFailException
- $File — Property in class File
- string$mime
- Storage::makePath() — Method in class Storage
- make path name
- Storage::makeFilename() — Method in class Storage
- make file name
- CacheableEloquentRepositoryTrait::makeHash() — Method in class CacheableEloquentRepositoryTrait
- Make hash string
- $EloquentRepositoryTrait — Property in class EloquentRepositoryTrait
- model class name
- $AccessDeniedHttpException — Property in class AccessDeniedHttpException
- $FileAccessDeniedHttpException — Property in class FileAccessDeniedHttpException
- $InvalidArgumentException — Property in class InvalidArgumentException
- $LoginRequiredHttpException — Property in class LoginRequiredHttpException
- XpressengineException::makeMessage() — Method in class XpressengineException
- 주어진 argument를 기반으로 message를 완성하여 반환한다.
- $LaravelCache — Property in class LaravelCache
- expire time
- Migration — Class in namespace Xpressengine\Support
- Interface Migration
- MobileSupportTrait — Class in namespace Xpressengine\Support
- Theme나 skin과 같이 html을 출력하는 컴포넌트에서 사용할 수 있는 Trait으로서, 컴포넌트가 mobile 버전, desktop 버전을 지원하는지에 대한 정보를 제공한다.
- $Purifier — Property in class Purifier
- Tree::make() — Method in class Tree
- Make Tree instance
- TreeMakerTrait::makeTree() — Method in class TreeMakerTrait
- Make Tree instance
- TagHandler::multisort() — Method in class TagHandler
- Sort tags by given words
- $NotSupportSettingException — Property in class NotSupportSettingException
- GenericTheme::makeConfigView() — Method in class GenericTheme
- info.php에 등록돼 있는 setting 폼 리스트를 가져와 form을 생성하여 반환한다.
- $ThemeHandler — Property in class ThemeHandler
- ThemeHandler::makeEntity() — Method in class ThemeHandler
- make and return ThemeEntity
- $WrongInstanceException — Property in class WrongInstanceException
- $EmptyLocaleException — Property in class EmptyLocaleException
- $InvalidLocaleException — Property in class InvalidLocaleException
- Translator::makeUnknownSentence() — Method in class Translator
- 언어가 없는 키가 표현될 문자를 생성합니다
- Translator::makeReplacements() — Method in class Translator
- 인자를 넘겨 번역할 수 있는 다국어 라인을 번역합니다
- $EmailBroker — Property in class EmailBroker
- 이메일 전송기
- $AccountAlreadyExistsException — Property in class AccountAlreadyExistsException
- $AlreadyConfirmedEmailException — Property in class AlreadyConfirmedEmailException
- $AuthIsUnavailableException — Property in class AuthIsUnavailableException
- $CannotDeleteMainEmailOfUserException — Property in class CannotDeleteMainEmailOfUserException
- $CannotDeleteUserHavingSuperRatingException — Property in class CannotDeleteUserHavingSuperRatingException
- $DisplayNameAlreadyExistsException — Property in class DisplayNameAlreadyExistsException
- $EmailAlreadyExistsException — Property in class EmailAlreadyExistsException
- $EmailNotFoundException — Property in class EmailNotFoundException
- $InvalidAccountInfoException — Property in class InvalidAccountInfoException
- $InvalidConfirmationCodeException — Property in class InvalidConfirmationCodeException
- $InvalidDisplayNameException — Property in class InvalidDisplayNameException
- $InvalidPasswordException — Property in class InvalidPasswordException
- $PendingEmailAlreadyExistsException — Property in class PendingEmailAlreadyExistsException
- $PendingEmailNotExistsException — Property in class PendingEmailNotExistsException
- $UnknownCriterionException — Property in class UnknownCriterionException
- $UnsupportedOperationForGuestOrUnknownException — Property in class UnsupportedOperationForGuestOrUnknownException
- $UserNotFoundException — Property in class UserNotFoundException
- Guard::makeGuest() — Method in class Guard
- Guest 회원 인스턴스를 생성하여 반환한다.
- GuardInterface::makeGuest() — Method in class GuardInterface
- Guest 회원 인스턴스를 생성하여 반환한다.
- $RepositoryTrait — Property in class RepositoryTrait
- $UserImageHandler — Property in class UserImageHandler
- $InvalidIDException — Property in class InvalidIDException
- $RepositoryTrait — Property in class RepositoryTrait
- $NotConfigurationWidgetException — Property in class NotConfigurationWidgetException
- $NotFoundWidgetException — Property in class NotFoundWidgetException
N
- NaverCaptcha — Class in namespace Xpressengine\Captcha\Services
- Class NaverCaptcha
- NoParentException — Class in namespace Xpressengine\Config\Exceptions
- 설정에 부모 객체가 없는 경우 발생되는 예외
- NotExistsException — Class in namespace Xpressengine\Config\Exceptions
- 대상이 존재하지 않는 경우
- $Counter — Property in class Counter
- 카운터 이름
- Counter::newModel() — Method in class Counter
- Create model instance
- DynamicModel::newEloquentBuilder() — Method in class DynamicModel
- Create a new Eloquent query builder for the model.
- DynamicModel::newBaseQueryBuilder() — Method in class DynamicModel
- Illuminate Model 의 newBaseQueryBuilder 변경 VirtualConnection 을 통해 DynamicQuery 를 사용하도록 처리
- NotExistsProxyException — Class in namespace Xpressengine\Database\Exceptions
- NotExistsProxyException
- $VirtualConnection — Property in class VirtualConnection
- connector name
- DocumentHandler::newModel() — Method in class DocumentHandler
- create document model
- DocumentHandler::newRevisionModel() — Method in class DocumentHandler
- create revision model
- NotAllowedTypeException — Class in namespace Xpressengine\Document\Exceptions
- DivisionException
- $Document — Property in class Document
- stringinstanceId
- $Revision — Property in class Revision
- stringinstanceId
- $AbstractSkin — Property in class AbstractSkin
- skin name
- AbstractSkin::name() — Method in class AbstractSkin
- get name of skin
- $AbstractType — Property in class AbstractType
- field type name
- AbstractType::name() — Method in class AbstractType
- get field type name
- NotExistRevisionTableException — Class in namespace Xpressengine\DynamicField\Exceptions
- Not exist revision table exception
- NotExistTableException — Class in namespace Xpressengine\DynamicField\Exceptions
- Not exist dynamic field data table exception
- $EditorContent — Property in class EditorContent
- $Advisor — Property in class Advisor
- AdvisorList::next() — Method in class AdvisorList
- 이 메소드가 실행될 때마다 Advisor를 순서대로 반환한다.
- NotAvailableException — Class in namespace Xpressengine\Media\Exceptions
- 이용가능하지 않은 경우
- NotFoundMenuException — Class in namespace Xpressengine\Menu\Exceptions
- Menu RuntimeException
- NotFoundMenuItemException — Class in namespace Xpressengine\Menu\Exceptions
- Menu RuntimeException
- NotFoundModuleException — Class in namespace Xpressengine\Menu\Exceptions
- NotFoundModuleException RuntimeException
- $MenuItemRepository — Property in class MenuItemRepository
- Namespace for cache
- $MenuRepository — Property in class MenuRepository
- Namespace for cache
- NoParentException — Class in namespace Xpressengine\Permission\Exceptions
- This file is exception of invalid argument.
- NotSupportedException — Class in namespace Xpressengine\Permission\Exceptions
- 지원되지 않는 case 에 대한 exception
- $Instance — Property in class Instance
- The permission name
- $Permission — Property in class Permission
- string$name
- PermissionHandler::newItem() — Method in class PermissionHandler
- Returns new permission instance
- NotImplementedException — Class in namespace Xpressengine\Plugin\Exceptions
- NotImplementedException Class
- PluginEntity::needUpdateInstall() — Method in class PluginEntity
- 플러그인의 새로운 업데이트가 서버에 다운로드 되어 있는 상태인지 확인한다.
- NotFoundFormatException — Class in namespace Xpressengine\Presenter\Exceptions
- NotFoundFormatException
- NotFoundSkinException — Class in namespace Xpressengine\Presenter\Exceptions
- NotFoundSkinException
- Meta::name() — Method in class Meta
- name
- $Package — Property in class Package
- NotFoundInstanceRouteException — Class in namespace Xpressengine\Routing\Exceptions
- Routing RuntimeException
- $AbstractImporter — Property in class AbstractImporter
- items of need prepend host
- $OpenGraphImporter — Property in class OpenGraphImporter
- items of need prepend host
- $TwitterCardImporter — Property in class TwitterCardImporter
- items of need prepend host
- SeoHandler::notExec() — Method in class SeoHandler
- Set will not executed
- NotFoundSiteException — Class in namespace Xpressengine\Site\Exceptions
- NotFoundSiteException
- RoundRobinDistributor::next() — Method in class RoundRobinDistributor
- disk in the next
- $Html5 — Property in class Html5
- Node — Class in namespace Xpressengine\Support\Tree
- Class Node
- NodeInterface — Class in namespace Xpressengine\Support\Tree
- Interface NodeInterface
- NodePositionTrait — Class in namespace Xpressengine\Support\Tree
- Trait NodePositionTrait
- TagHandler::nonNumeric() — Method in class TagHandler
- Convert to non numeric string
- NotSupportSettingException — Class in namespace Xpressengine\Theme\Exceptions
- 스킨을 찾을 수 없을 경우 발생하는 예외이다.
- NamespacedItemResolver — Class in namespace Xpressengine\Translation
- 다국어 key 에서 namespace 와 item 을 분리하는 클래스
- NotFoundRecycleBinException — Class in namespace Xpressengine\Trash\Exceptions
- NotFoundRecycleBinException
- RecycleBinInterface::name() — Method in class RecycleBinInterface
- 휴지통 이름 반환
- WasteInterface::name() — Method in class WasteInterface
- 휴지통 이름 반환
- $Element — Property in class Element
- $Guest — Property in class Guest
- getDisplayName()메소드가 호출될 때, 반환될 이름
- $UnknownUser — Property in class UnknownUser
- getDisplayName()메소드가 호출될 때, 반환될 이름
- NotFoundWidgetBoxException — Class in namespace Xpressengine\WidgetBox\Exceptions
- NotFoundWidgetBoxException
- NotConfigurationWidgetException — Class in namespace Xpressengine\Widget\Exceptions
- NotConfigurationWidgetException
- NotFoundWidgetException — Class in namespace Xpressengine\Widget\Exceptions
- NotFoundWidgetException
- $Widget — Property in class Widget
O
- ConfigEntity::offsetExists() — Method in class ConfigEntity
- Determine if a given offset exists.
- ConfigEntity::offsetGet() — Method in class ConfigEntity
- Get the value at a given offset.
- ConfigEntity::offsetSet() — Method in class ConfigEntity
- Set the value at a given offset.
- ConfigEntity::offsetUnset() — Method in class ConfigEntity
- Unset the value at a given offset.
- $Counter — Property in class Counter
- 카운터에 사용할 선택 항목
- $CounterLog — Property in class CounterLog
- stringcounterName
- $CounterLog — Property in class CounterLog
- stringcounterOption
- $CounterLog — Property in class CounterLog
- integerpoint
- $DynamicQuery — Property in class DynamicQuery
- ProxyManager 로 전달될 값 dynamic() 메소드를 이용할 경우 options 를 지정할 수 있음
- ProxyInterface::orders() — Method in class ProxyInterface
- 등록된 모든 proxy의 orders()를 처리함.
- $ProxyManager — Property in class ProxyManager
- ProxyManager::orders() — Method in class ProxyManager
- 등록된 모든 proxy의 orders()를 처리함.
- $Document — Property in class Document
- integercommentCount
- $Document — Property in class Document
- integerformat
- $Document — Property in class Document
- stringlocale
- $Document — Property in class Document
- stringcontent
- $Revision — Property in class Revision
- stringcommentCount
- $Revision — Property in class Revision
- stringlocale
- $Revision — Property in class Revision
- stringcontent
- AbstractSkin::output() — Method in class AbstractSkin
- 데이터 출력
- AbstractType::orders() — Method in class AbstractType
- query order 처리
- $DatabaseProxy — Property in class DatabaseProxy
- Database proxy manager options
- DatabaseProxy::orders() — Method in class DatabaseProxy
- 등록된 모든 proxy의 orders()를 처리함.
- $AbstractEditor — Property in class AbstractEditor
- Options for the editor
- $Request — Property in class Request
- Request::originAll() — Method in class Request
- Get all of the origin input and files for the request.
- Request::originInput() — Method in class Request
- Retrieve an origin input item from the request.
- Request::originOnly() — Method in class Request
- Get a subset of the origin items from the input data.
- Request::originExcept() — Method in class Request
- Get all of the origin input except for a specified array of items.
- $ProxyInvocationHandler — Property in class ProxyInvocationHandler
- $AbstractCommand — Property in class AbstractCommand
- Origin dimension
- $MenuItem — Property in class MenuItem
- int$ordering정렬을 위한 순서
- Permission::offsetSet() — Method in class Permission
- Set the item at a given offset.
- Permission::offsetUnset() — Method in class Permission
- Unset the item at a given offset.
- Permission::offsetExists() — Method in class Permission
- Determine if an item exists at an offset.
- Permission::offsetGet() — Method in class Permission
- Get an item at a given offset.
- $PluginEntity — Property in class PluginEntity
- 플러그인의 인스턴스.
- FrontendHandler::output() — Method in class FrontendHandler
- output
- BodyClass::output() — Method in class BodyClass
- output
- CSSFile::output() — Method in class CSSFile
- 주어진 위치에 해당하는 로드된 CSS파일 목록을 출력한다.
- Html::output() — Method in class Html
- 주어진 위치에 해당하는 로드된 JS파일 목록을 출력한다.
- IconFile::output() — Method in class IconFile
- 로드된 JS파일 목록을 출력한다.
- JSFile::output() — Method in class JSFile
- 주어진 위치에 해당하는 로드된 JS파일 목록을 출력한다.
- Meta::output() — Method in class Meta
- output
- Rule::output() — Method in class Rule
- 입력 받은 rule 출력
- Title::output() — Method in class Title
- Translation::output() — Method in class Translation
- output
- Container::offsetExists() — Method in class Container
- Determine if the given configuration option exists.
- Container::offsetGet() — Method in class Container
- Get a configuration option.
- Container::offsetSet() — Method in class Container
- Set a configuration option.
- Container::offsetUnset() — Method in class Container
- Unset a configuration option.
- OpenGraphImporter — Class in namespace Xpressengine\Seo\Importers
- OpenGraphImporter class
- $SkinEntity — Property in class SkinEntity
- $File — Property in class File
- string$originId
- $Entity — Property in class Entity
- The entity attribute's original state.
- Tree::offsetExists() — Method in class Tree
- Implementation of ArrayAccess offsetExists() Whether a offset exists
- Tree::offsetGet() — Method in class Tree
- Implementation of ArrayAccess offsetGet() Offset to retrieve
- Tree::offsetSet() — Method in class Tree
- Implementation of ArrayAccess offsetSet() Offset to set
- Tree::offsetUnset() — Method in class Tree
- Implementation of ArrayAccess offsetUnset() Offset to unset
- SimpleDecomposer::ord() — Method in class SimpleDecomposer
- Return ASCII value of character
- $ThemeEntity — Property in class ThemeEntity
P
- CategoryHandler::put() — Method in class CategoryHandler
- Update category
- CategoryHandler::putItem() — Method in class CategoryHandler
- Modify item information
- $CategoryItemRepository — Property in class CategoryItemRepository
- Category model class provider
- CategoryItemRepository::provideCategoryModel() — Method in class CategoryItemRepository
- Provide category model class
- $ConfigEntity — Property in class ConfigEntity
- parent by this config object
- ConfigManager::put() — Method in class ConfigManager
- config change
- ConfigManager::parseKey() — Method in class ConfigManager
- parse a key into group and item
- $CacheDecorator — Property in class CacheDecorator
- Prefix for cache key
- Counter::putPoint() — Method in class Counter
- put log
- $Factory — Property in class Factory
- Counter 를 Intercept 할 수 있도록 proxy 를 만들어 놓음
- $CounterLog — Property in class CounterLog
- stringipaddress
- $DatabaseCoupler — Property in class DatabaseCoupler
- $DynamicQuery — Property in class DynamicQuery
- proxyManager 동작 여부 설정
- DynamicQuery::paginate() — Method in class DynamicQuery
- Paginate the given query into a simple paginator.
- $DynamicModel — Property in class DynamicModel
- DynamicModel::performInsert() — Method in class DynamicModel
- ProxyInterface — Class in namespace Xpressengine\Database
- ProxyInterface
- ProxyManager — Class in namespace Xpressengine\Database
- ProxyManager
- VirtualConnection::prepareBindings() — Method in class VirtualConnection
- Prepare the query bindings for execution.
- VirtualConnection::pretend() — Method in class VirtualConnection
- Execute the given callback in "dry run" mode.
- ConfigHandler::put() — Method in class ConfigHandler
- update document instance config
- Cannot changed 'division', 'revision' configure.
- DocumentHandler::proxyOption() — Method in class DocumentHandler
- get database proxy options
- DocumentHandler::put() — Method in class DocumentHandler
- update document
- DocumentHandler::pivotDivisionTable() — Method in class DocumentHandler
- pivot Division Table
- DocumentHandler::putDivision() — Method in class DocumentHandler
- put division
- ParentDocumentNotFoundException — Class in namespace Xpressengine\Document\Exceptions
- ParentDocumentNotFoundException
- InstanceManager::put() — Method in class InstanceManager
- update instance config
- $Document — Property in class Document
- $Document — Property in class Document
- integerapproved
- $Document — Property in class Document
- stringupdatedAt
- $Document — Property in class Document
- stringipaddress
- $Revision — Property in class Revision
- $Revision — Property in class Revision
- stringapproved
- $Revision — Property in class Revision
- stringupdatedAt
- $Revision — Property in class Revision
- stringipaddress
- DraftHandler::put() — Method in class DraftHandler
- 임시저장 데이터 갱신
- $AbstractSkin — Property in class AbstractSkin
- view file directory path
- AbstractType::parseWhere() — Method in class AbstractType
- update, delete 처리 시 전달되는 wheres 에서 id를 추출 한다.
- ConfigHandler::put() — Method in class ConfigHandler
- config 수정
- ConfigHandler::parent() — Method in class ConfigHandler
- group 의 parent config 반환 config entity 반환
- DynamicFieldHandler::put() — Method in class DynamicFieldHandler
- DynamicField 설정 변경
- PathNotAssignedException — Class in namespace Xpressengine\Editor\Exceptions
- PathNotAssignedException
- $Advisor — Property in class Advisor
- AdvisorCollection::put() — Method in class AdvisorCollection
- advisor를 추가한다.
- $InterceptionHandler — Property in class InterceptionHandler
- $InterceptionHandler — Property in class InterceptionHandler
- $InterceptionHandler — Property in class InterceptionHandler
- proxy가 생성된 클래스 목록 key는 target class name, value는 proxy class name을 저장한다.
- InterceptionHandler::proxy() — Method in class InterceptionHandler
- 타겟 클래스의 프록시 클래스를 생성하여 로드하고, 생성된 프록시 클래스 이름을 반환한다.
- ProxyInvocationHandler — Class in namespace Xpressengine\Interception
- 이 클래스는 Proxy class의 method가 호출되었을 때 작동한다.
- $ProxyInvocationHandler — Property in class ProxyInvocationHandler
- $FileLoader — Property in class FileLoader
- Pass — Class in namespace Xpressengine\Interception\Proxy\Pass
- 타겟 클래스의 프록시 클래스 생성을 위해 필요한 코드를 생성하는 메소드를 구현한다.
- ProxyConfig — Class in namespace Xpressengine\Interception\Proxy
- 동적으로 생성할 프록시 클래스에 대한 정보를 저장하는 클래스 프록시 클래스를 작성할 때 사용될 타겟 클래스에 대한 정보를 가지고 있다.
- ProxyGenerator — Class in namespace Xpressengine\Interception\Proxy
- 타겟 클래스에 Interception를 적용하기 위하여 필요한 프록시 클래스를 생성하고, 로드한다.
- $ProxyGenerator — Property in class ProxyGenerator
- ProxyTrait — Class in namespace Xpressengine\Interception\Proxy
- 이 Trait은 동적으로 생성된 프록시 클래스 사용한다.
- $CropCommand — Property in class CropCommand
- Position instance
- $FitCommand — Property in class FitCommand
- fit position(center, left and right)
- Position — Class in namespace Xpressengine\Media\Coordinators
- 좌표 지정 객체
- PropertyNotSetException — Class in namespace Xpressengine\Media\Exceptions
- property 가 설정 되지 않은 경우
- $Audio — Property in class Audio
- int$playtime
- $Video — Property in class Video
- int$playtime
- MenuHandler::put() — Method in class MenuHandler
- Update category
- MenuHandler::putItem() — Method in class MenuHandler
- Update menu item
- MenuHandler::permKeyString() — Method in class MenuHandler
- Make key string for permission
- $MenuItem — Property in class MenuItem
- string$parentId부모의 ID
- $MenuItem — Property in class MenuItem
- string$preTitleUI 에서 출력을 위해서 사용되는 property title 출력전에 추가
- $MenuItem — Property in class MenuItem
- string$postTitleUI 에서 출력을 위해서 사용되는 property title 출력후에 추가
- $MenuItemRepository — Property in class MenuItemRepository
- Menu model class provider
- MenuItemRepository::provideMenuModel() — Method in class MenuItemRepository
- Provide menu model class
- Permission — Class in namespace Xpressengine\Permission
- Class Permission
- $Permission — Property in class Permission
- Parent Registered instance
- Permission::pure() — Method in class Permission
- Get value of without inherit
- PermissionException — Class in namespace Xpressengine\Permission
- 패키지 메인 exception
- PermissionHandler — Class in namespace Xpressengine\Permission
- Class PermissionHandler
- PermissionRepository — Class in namespace Xpressengine\Permission
- Interface PermissionRepository
- PermissionSupport — Class in namespace Xpressengine\Permission
- PermissionSupport::permissionRegister() — Method in class PermissionSupport
- Register permission
- PermissionSupport::permissionRegisterGrant() — Method in class PermissionSupport
- Register grant to permission
- PermissionSupport::permissionUnregister() — Method in class PermissionSupport
- Unregister permission
- PermissionSupport::permissionMove() — Method in class PermissionSupport
- Move
- Policy — Class in namespace Xpressengine\Permission
- Abstract class Policy
- $Policy — Property in class Policy
- PermissionHandler instance
- $CacheDecorator — Property in class CacheDecorator
- Prefix for cache key
- AbstractPlugin::path() — Method in class AbstractPlugin
- 해당 플러그인의 설치 경로를 반환한다.
- $ArrayPluginCache — Property in class ArrayPluginCache
- plugin info 목록을 저장할 array
- $FilePluginCache — Property in class FilePluginCache
- plugin 정보 목록을 저장할 array
- PluginCache — Class in namespace Xpressengine\Plugin\Cache
- 이 클래스는 XE에 존재하는 플러그인의 목록을 캐싱하는 클래스를 위한 인터페이스이다. 플러그인의 목록을 캐싱하여 플러그인을 디렉토리에서 조회하는 시간을 단축시키기 위하여 사용한다.
- $Composer — Property in class Composer
- $Composer — Property in class Composer
- $Composer — Property in class Composer
- $Composer — Property in class Composer
- $Composer — Property in class Composer
- Composer::preUpdateOrInstall() — Method in class Composer
- preUpdateOrInstall
- Composer::postDependenciesSolving() — Method in class Composer
- postDependenciesSolving
- Composer::postUpdate() — Method in class Composer
- composer 실행중 post-install-cmd, post-update-cmd 이벤트가 발생할 경우 실행된다.
- $ComposerFileWriter — Property in class ComposerFileWriter
- PluginActivationFailedException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginAlreadyActivatedException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginAlreadyDeactivatedException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginAlreadyDeactivatedException Class
- PluginDeactivationFailedException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginDependencyException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginFileNotFoundException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginFileNotFoundException Class
- PluginNotFoundException — Class in namespace Xpressengine\Plugin\Exceptions
- PluginCollection — Class in namespace Xpressengine\Plugin
- 설치된 플러그인들의 정보를 저장하는 저장소
- $PluginCollection — Property in class PluginCollection
- PluginEntity — Class in namespace Xpressengine\Plugin
- 이 클래스는 XE에 존재하는 플러그인의 Entity 클래스이다. 이 클래스는 XE3에서 플러그인당 하나씩 생성된다.
- $PluginEntity — Property in class PluginEntity
- 플러그인의 경로
- PluginException — Class in namespace Xpressengine\Plugin
- 패키지 메인 exception
- PluginHandler — Class in namespace Xpressengine\Plugin
- XE에 등록된 플러그인의 전체적인 관리를 담당한다.
- $PluginHandler — Property in class PluginHandler
- the path of directory that all plugins is located 플러그인이 등록돼 있는 디렉토리 경로. 모든 플러그인은 이 디렉토리 안에 존재한다.
- $PluginHandler — Property in class PluginHandler
- 등록된 플러그인을 목록
- $PluginHandler — Property in class PluginHandler
- PluginProvider — Class in namespace Xpressengine\Plugin
- XE 자료실에 등록된 플러그인들을 조회할 때 사용하는 클래스
- PluginRegister — Class in namespace Xpressengine\Plugin
- Registrable 인터페이스를 따르는 요소를 등록합니다.
- PluginScanner — Class in namespace Xpressengine\Plugin
- $PluginScanner — Property in class PluginScanner
- PackageNotFoundException — Class in namespace Xpressengine\Presenter\Exceptions
- PackageNotFoundException
- FrontendHandler::package() — Method in class FrontendHandler
- custom package tag를 추가한다.
- $HtmlPresenter — Property in class HtmlPresenter
- 팝업 형식으로 출력할 때 사용할 wrapper
- $HtmlPresenter — Property in class HtmlPresenter
- $HtmlPresenter — Property in class HtmlPresenter
- LocatableTrait::prependTo() — Method in class LocatableTrait
- prepend to
- Meta::property() — Method in class Meta
- property
- Package — Class in namespace Xpressengine\Presenter\Html\Tags
- Package
- $Package — Property in class Package
- Package::packages() — Method in class Package
- packages
- $JsonPresenter — Property in class JsonPresenter
- Presentable — Class in namespace Xpressengine\Presenter
- Presentable
- Presenter — Class in namespace Xpressengine\Presenter
- Presenter
- $Presenter — Property in class Presenter
- registered presentable instance
- PresenterException — Class in namespace Xpressengine\Presenter
- PresenterException
- RedirectResponse::prepare() — Method in class RedirectResponse
- 요청 포멧이 html 이 아닐 경우 redirect 하지 않고 데이터 형식으로 결과 출력
- Container::prepend() — Method in class Container
- Prepend a value onto an array configuration value.
- Container::push() — Method in class Container
- Push a value onto an array configuration value.
- RegisterInterface::prepend() — Method in class RegisterInterface
- Prepend a value onto an array configuration value.
- RegisterInterface::push() — Method in class RegisterInterface
- Push a value onto an array configuration value.
- $CacheDecorator — Property in class CacheDecorator
- Prefix for cache key
- CacheDecorator::put() — Method in class CacheDecorator
- Save the route item
- $DatabaseRouteRepository — Property in class DatabaseRouteRepository
- Protected keyword for url first segment
- DatabaseRouteRepository::put() — Method in class DatabaseRouteRepository
- Save the route item
- MemoryDecorator::put() — Method in class MemoryDecorator
- Save the route item
- RouteRepository::put() — Method in class RouteRepository
- Save the route item
- AbstractImporter::prependHost() — Method in class AbstractImporter
- prepend host to url path
- PermissionIDNotFoundException — Class in namespace Xpressengine\Settings\Exceptions
- 관리권한의 아이디를 찾을수 없을 경우 발생하는 예외
- $SettingsMenu — Property in class SettingsMenu
- $Site — Property in class Site
- The primary key for the model.
- SiteHandler::putSiteConfig() — Method in class SiteHandler
- putSiteConfig
- SiteHandler::put() — Method in class SiteHandler
- put
- $BladeSkin — Property in class BladeSkin
- PathNotAssignedException — Class in namespace Xpressengine\Skin\Exceptions
- Blade 스킨 사용시 blade 파일을 찾지 못할 경우 발생되는 예외이다.
- $GenericSkin — Property in class GenericSkin
- $File — Property in class File
- string$path
- $TempFileCreator — Property in class TempFileCreator
- Prefix name for created file name
- CacheInterface::put() — Method in class CacheInterface
- setter
- LaravelCache::put() — Method in class LaravelCache
- setter
- Purifier — Class in namespace Xpressengine\Support
- HTML 을 전달하는 에디터를 사용할 경우 사이트에서 사용하는 Purifier 와 다른 규칙을 사용해야할 필요가 있어 이를 위해 헬퍼 제공
- Purifier::purify() — Method in class Purifier
- purify
- $Node — Property in class Node
- $GenericTheme — Property in class GenericTheme
- $NamespacedItemResolver — Property in class NamespacedItemResolver
- NamespacedItemResolver::parseKey() — Method in class NamespacedItemResolver
- Parse a key into namespace and item
- TransCachedDatabase::putLangData() — Method in class TransCachedDatabase
- 전체 캐시를 비웁니다
- TransCachedDatabase::putLine() — Method in class TransCachedDatabase
- 라인을 추가합니다
- $Translator — Property in class Translator
- Translator::putFromLangDataSource() — Method in class Translator
- 외부의 다국어 파일을 주어진 네임스페이스로 저장합니다
- Translator::putLangData() — Method in class Translator
- language data 를 주어진 네임스페이스로 저장합니다
- Translator::parseLocale() — Method in class Translator
- 주어진 로케일을 기반으로 fallback 처리를 위한 locales 목록을 리턴합니다
- Translator::parsePreprocessor() — Method in class Translator
- 미들웨어에서 생성된 다국어 참조 키를 분해하여 리턴합니다
- Element::prepend() — Method in class Element
- prepend child
- PendingEmailAlreadyExistsException — Class in namespace Xpressengine\User\Exceptions
- 이미 인증 요청중인 이메일의 인증을 요청할 때 발생하는 Exception
- PendingEmailNotExistsException — Class in namespace Xpressengine\User\Exceptions
- 존재하지 않는 등록 대기 이메일을 조회할 경우 발생하는 Exception
- $Guest — Property in class Guest
- PendingEmail — Class in namespace Xpressengine\User\Models
- $UnknownUser — Property in class UnknownUser
- $User — Property in class User
- User::pendingEmail() — Method in class User
- set relationship with pendingEmail
- PendingEmailRepository — Class in namespace Xpressengine\User\Repositories
- 회원의 등록 대기 이메일 정보를 저장하는 Repository
- PendingEmailRepositoryInterface — Class in namespace Xpressengine\User\Repositories
- 이 인터페이스는 회원의 이메일정보 저장소가 구현해야 하는 인터페이스이다.
- $UserHandler — Property in class UserHandler
- UserHandler::pendingEmails() — Method in class UserHandler
- 회원 등록대기 이메일 저장소를 반환한다.
- $UserImageHandler — Property in class UserImageHandler
- $WidgetBoxHandler — Property in class WidgetBoxHandler
- WidgetParser::parseXml() — Method in class WidgetParser
- parseXml
- WidgetParser::parseWidget() — Method in class WidgetParser
- 주어진 하나의 위젯 코드를 분석하고, 위젯을 출력한다.
- WidgetParser::parseCode() — Method in class WidgetParser
- 위젯 코드를 php array로 반환한다.
Q
- $Builder — Property in class Builder
- $VirtualConnection — Property in class VirtualConnection
- VirtualConnection::query() — Method in class VirtualConnection
- Get a new query builder instance.
- MediaRepository::query() — Method in class MediaRepository
- query
- LogRepository::query() — Method in class LogRepository
- get query
- EloquentRepositoryTrait::query() — Method in class EloquentRepositoryTrait
- query
- RepositoryInterface::query() — Method in class RepositoryInterface
- query
- RepositoryTrait::query() — Method in class RepositoryTrait
- query
- UserEmailRepositoryInterface::query() — Method in class UserEmailRepositoryInterface
- RepositoryTrait::query() — Method in class RepositoryTrait
- query
R
- CaptchaInterface::render() — Method in class CaptchaInterface
- For UI object display
- $GoogleRecaptcha — Property in class GoogleRecaptcha
- Http Request instance
- $GoogleRecaptcha — Property in class GoogleRecaptcha
- ReCaptcha response instnace
- GoogleRecaptcha::render() — Method in class GoogleRecaptcha
- For UI object display
- $NaverCaptcha — Property in class NaverCaptcha
- Http Request instance
- NaverCaptcha::render() — Method in class NaverCaptcha
- For UI object display
- CategoryHandler::remove() — Method in class CategoryHandler
- Remove category
- CategoryHandler::removeItem() — Method in class CategoryHandler
- Remove single item or all descendant
- $ConfigManager — Property in class ConfigManager
- repository instance
- ConfigManager::remove() — Method in class ConfigManager
- remove config
- ConfigManager::removeByName() — Method in class ConfigManager
- remove config by group name
- ConfigRepository::remove() — Method in class ConfigRepository
- remove
- $CacheDecorator — Property in class CacheDecorator
- repository instance
- CacheDecorator::remove() — Method in class CacheDecorator
- remove
- DatabaseRepository::remove() — Method in class DatabaseRepository
- remove
- $Counter — Property in class Counter
- Counter::remove() — Method in class Counter
- remove log
- $CounterLog — Property in class CounterLog
- stringcreatedAt
- $DynamicModel — Property in class DynamicModel
- The connection resolver instance.
- DynamicModel::resolveConnection() — Method in class DynamicModel
- Resolve a connection instance.
- ProxyManager::register() — Method in class ProxyManager
- register proxy
- TransactionHandler::rollBack() — Method in class TransactionHandler
- $connectionHandlers 가 갖고 있는 connection Rollbsack.
- VirtualConnection::raw() — Method in class VirtualConnection
- Get a new raw query expression.
- VirtualConnection::rollBack() — Method in class VirtualConnection
- Rollback the active database transaction.
- ConfigHandler::remove() — Method in class ConfigHandler
- drop document instance
- $DocumentHandler — Property in class DocumentHandler
- $DocumentHandler — Property in class DocumentHandler
- DocumentHandler::removeDivision() — Method in class DocumentHandler
- remove division
- DocumentHandler::remove() — Method in class DocumentHandler
- delete document
- ReplyLimitationException — Class in namespace Xpressengine\Document\Exceptions
- ReplyLimitationException
- InstanceManager::remove() — Method in class InstanceManager
- drop instance
- $Document — Property in class Document
- $Document — Property in class Document
- stringwriter
- $Document — Property in class Document
- stringcreatedAt
- Revision — Class in namespace Xpressengine\Document\Models
- Document
- $Revision — Property in class Revision
- stringwriter
- $Revision — Property in class Revision
- stringcreatedAt
- $DraftHandler — Property in class DraftHandler
- Repository instance
- DraftHandler::remove() — Method in class DraftHandler
- 임시저장 데이터 삭제
- $AbstractType — Property in class AbstractType
- validation rules
- ConfigHandler::remove() — Method in class ConfigHandler
- config 제거
- ConfigHandler::rules() — Method in class ConfigHandler
- get validator rules
- $DatabaseProxy — Property in class DatabaseProxy
- $DynamicFieldHandler — Property in class DynamicFieldHandler
- RequiredDynamicFieldException — Class in namespace Xpressengine\DynamicField\Exceptions
- Required Dynamic Field Exception
- RequiredJoinColumnException — Class in namespace Xpressengine\DynamicField\Exceptions
- Required join column exception
- RequiredParameterException — Class in namespace Xpressengine\DynamicField\Exceptions
- Required parameter exception
- RegisterHandler — Class in namespace Xpressengine\DynamicField
- RegisterHandler
- $RegisterHandler — Property in class RegisterHandler
- RevisionManager — Class in namespace Xpressengine\DynamicField
- RevisionManager
- AbstractEditor::render() — Method in class AbstractEditor
- Get the evaluated contents of the object.
- AbstractEditor::resolveImage() — Method in class AbstractEditor
- Resolve image instances
- $EditorHandler — Property in class EditorHandler
- PluginRegister instance
- EditorHandler::render() — Method in class EditorHandler
- Rendering the editor
- Textarea::render() — Method in class Textarea
- Get the evaluated contents of the object.
- Request — Class in namespace Xpressengine\Http
- Request 클래스
- InterceptionHandler::resolveAdvisorInfo() — Method in class InterceptionHandler
- addAdvisor 메소드를 통해 입력받은 advisorInfo에서 정보를 추출한다.
- InterceptionHandler::resolveBeforeAdvisor() — Method in class InterceptionHandler
- advisorInfo에서 before advisor name을 추출한다.
- InterceptionHandler::resolveAfterAdvisor() — Method in class InterceptionHandler
- advisorInfo에서 after advisor name을 추출한다.
- MethodDefinitionPass::renderParams() — Method in class MethodDefinitionPass
- 주어진 메소드의 파라메터 목록을 작성한다.
- MethodDefinitionPass::renderMethodBody() — Method in class MethodDefinitionPass
- 메소드 내부 코드를 생성한다. 메소드가 실행될 때, Interception(AOP) 로직을 호출한다.
- $ProxyConfig — Property in class ProxyConfig
- 타겟 클래스의 ReflectionClass
- ProxyConfig::resolveRfc() — Method in class ProxyConfig
- 타겟클래스의 ReflectionClass를 생성한다.
- LetterCommand::remakeDimensionAsRatio() — Method in class LetterCommand
- get new dimension by keeping the ratio
- SpillCommand::remakeDimensionAsRatio() — Method in class SpillCommand
- get new dimension by keeping the ratio
- $AbstractHandler — Property in class AbstractHandler
- MediaRepository instance
- $AudioHandler — Property in class AudioHandler
- Media reader instance
- $VideoHandler — Property in class VideoHandler
- Media reader instance
- MediaManager::remove() — Method in class MediaManager
- 미디어 삭제
- MimeTypeScope::remove() — Method in class MimeTypeScope
- Remove the scope from the given Eloquent query builder.
- Audio::render() — Method in class Audio
- Rendered media
- Image::render() — Method in class Image
- Rendered media
- Media::render() — Method in class Media
- Rendered media
- Video::render() — Method in class Video
- Rendered media
- $MenuHandler — Property in class MenuHandler
- RouteRepository instance
- MenuHandler::remove() — Method in class MenuHandler
- Delete menu
- MenuHandler::removeItem() — Method in class MenuHandler
- Delete menu item
- MenuItem::route() — Method in class MenuItem
- Instance route relationship
- $ModuleHandler — Property in class ModuleHandler
- $PermissionHandler — Property in class PermissionHandler
- Repository instance
- PermissionHandler::register() — Method in class PermissionHandler
- Register permission information
- Policy::ratingInspect() — Method in class Policy
- User 가 권한이 있는 등급인지 판별
- $CacheDecorator — Property in class CacheDecorator
- PermissionRepository instance
- AbstractPlugin::register() — Method in class AbstractPlugin
- 이 메소드는 활성화(activate) 된 플러그인이 부트될 때 항상 실행된다.
- ComposerFileWriter::reset() — Method in class ComposerFileWriter
- 현재 설치된 플러그인들의 정보를 조회하여 반영한다.
- ComposerFileWriter::removeRequire() — Method in class ComposerFileWriter
- remove plugin from require
- MetaFileReader::read() — Method in class MetaFileReader
- 주어진 path에 위치한 fileName을 가진 파일의 데이터를 읽어들여 object 형태로 반환한다.
- PluginCollection::refresh() — Method in class PluginCollection
- 플러그인 디렉토리를 스캔하여 플러그인 정보를 새로 갱신한다.
- PluginCollection::resolvePlugins() — Method in class PluginCollection
- 주어진 플러그인 정보를 사용하여 PluginEntity 목록을 생성후 반환한다.
- $PluginEntity — Property in class PluginEntity
- PluginEntity::registerPluginAutoload() — Method in class PluginEntity
- 플러그인이 composer autoload 파일을 가지고 있을 경우 autoload를 등록한다.
- $PluginHandler — Property in class PluginHandler
- register
- PluginHandler::registerPlugin() — Method in class PluginHandler
- 플러그인에서 제공하는 요소들을 바인딩한다.
- PluginHandler::refreshPlugins() — Method in class PluginHandler
- 설치된 플러그인 목록 캐시를 갱신한다.
- PluginHandler::registerViewNamespace() — Method in class PluginHandler
- 플러그인의 view namespace를 지정한다.
- PluginProvider::request() — Method in class PluginProvider
- send request to server.
- $