Todo List
Zend_Controller_Action | --Setuco_Controller_Action_Abstract | --Setuco_Controller_Action_AdminAbstract | --Admin_PageController
[line 48]
[line 41]
[line 34]
[line 55]
static array adjustPages( array $pages)
void createAction( )
void deleteAction( )
void formAction( )
void indexAction( )
void init( )
void previewAction( )
void updateAction( )
void updateCategoryAction( )
void updateStatusAction( )
array _addUnselectedOption( array $options)
Setuco_Form _createCategoryForm( )
string _createCSTagNames( int $pageId)
Setuco_Form _createForm( )
Setuco_Form _createSearchForm( )
Setuco_Form _createUpdateForm( )
void _editFormOperation( )
ページの状態 _getInputStatus( )
bool _isSelectedRefinements( array $values)
bool _isValidPageForm( Setuco_Form $form, array $values)
bool _isValidSearchForm( Setuco_Form $form, array $values)
array _makeCreateDateValidators( )
array _makeCreateTimeValidators( )
array _makePageContentsValidators( )
array _makePageOutlineValidators( )
array _makePageTitleValidators( )
array _makeRefinements( Setuco_Form $searchForm)
array _makeSearchQueryValidators( )
array _makeSearchTargetsValidators( )
array _makeTagValidators( )
void _searchOperation( )
array _splitTagValue( string $tagValue)
文字列の前後の空白は削除されます。 分割後の文字列が空文字の場合は戻り値に含まれません。 例) _splitTagValue('a, b ,,c,') → [0] => 'a' [1] => 'b' [2] => 'c'
[line 92]
[line 85]
[line 63]
[line 71]
[line 78]