PHP 클래스 PugMoRe_Mageploy_Helper_Data

상속: extends Mage_Core_Helper_Abstract
파일 보기 프로젝트 열기: pug-more/mageploy 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_io PugMoRe_Mageploy_Model_Io_File

공개 메소드들

메소드 설명
disable ( )
enable ( )
getAllActionsCount ( )
getAllActionsFilename ( )
getAttributeCodeFromId ( $attributeId )
getAttributeGroupId ( $attributeSetId, $attributeGroupName )
getAttributeIdFromCode ( $attributeCode, $entityTypeId )
getAttributeSetId ( $attributeSetName, $entityTypeCode )
getAttributeSetIdFromName ( $attributeSetName )
getAttributeSetNameById ( $attributeSetId )
getCategoryIdFromPath ( $path )
getCategoryPathFromUuid ( $uuid, $separator )
getCategoryUuidFromPath ( $path, $append = null, $separator )
getEavEntityAttributeId ( $entityTypeId, $attributeSetId, $attributeGroupId, $attributeId )
getEavEntityAttributeRow ( $entityAttributeId )
getEntityAttribute ( $attributeCode, $groupId )
getEntityTypeCodeFromId ( $entityTypeId )
getEntityTypeIdFromCode ( $entityTypeCode )
getExecutedActionsFilename ( )
getPendingActionsCount ( )
getStoragePath ( )
getUser ( )
getVersion ( type $len = null ) : string Get current Mageploy version from config.xml;
isActive ( )
isAnonymousUser ( )
log ( $msg )
setUser ( string $username ) Set the current user name

보호된 메소드들

메소드 설명
_getCategoryFromParentIdAndName ( $parentId, $name )

비공개 메소드들

메소드 설명
__setActiveFlag ( integer $value ) Set the tracking status;

메소드 상세

_getCategoryFromParentIdAndName() 보호된 메소드

protected _getCategoryFromParentIdAndName ( $parentId, $name )

disable() 공개 메소드

public disable ( )

enable() 공개 메소드

public enable ( )

getAllActionsCount() 공개 메소드

public getAllActionsCount ( )

getAllActionsFilename() 공개 메소드

getAttributeCodeFromId() 공개 메소드

public getAttributeCodeFromId ( $attributeId )

getAttributeGroupId() 공개 메소드

public getAttributeGroupId ( $attributeSetId, $attributeGroupName )

getAttributeIdFromCode() 공개 메소드

public getAttributeIdFromCode ( $attributeCode, $entityTypeId )

getAttributeSetId() 공개 메소드

public getAttributeSetId ( $attributeSetName, $entityTypeCode )

getAttributeSetIdFromName() 공개 메소드

public getAttributeSetIdFromName ( $attributeSetName )

getAttributeSetNameById() 공개 메소드

public getAttributeSetNameById ( $attributeSetId )

getCategoryIdFromPath() 공개 메소드

public getCategoryIdFromPath ( $path )

getCategoryPathFromUuid() 공개 메소드

public getCategoryPathFromUuid ( $uuid, $separator )

getCategoryUuidFromPath() 공개 메소드

public getCategoryUuidFromPath ( $path, $append = null, $separator )

getEavEntityAttributeId() 공개 메소드

public getEavEntityAttributeId ( $entityTypeId, $attributeSetId, $attributeGroupId, $attributeId )

getEavEntityAttributeRow() 공개 메소드

public getEavEntityAttributeRow ( $entityAttributeId )

getEntityAttribute() 공개 메소드

public getEntityAttribute ( $attributeCode, $groupId )

getEntityTypeCodeFromId() 공개 메소드

public getEntityTypeCodeFromId ( $entityTypeId )

getEntityTypeIdFromCode() 공개 메소드

public getEntityTypeIdFromCode ( $entityTypeCode )

getExecutedActionsFilename() 공개 메소드

getPendingActionsCount() 공개 메소드

getStoragePath() 공개 메소드

public getStoragePath ( )

getUser() 공개 메소드

public getUser ( )

getVersion() 공개 메소드

Get current Mageploy version from config.xml;
public getVersion ( type $len = null ) : string
$len type if a value is passed, return a portion of the version numbers counting from the first one up to $len
리턴 string

isActive() 공개 메소드

public isActive ( )

isAnonymousUser() 공개 메소드

public isAnonymousUser ( )

log() 공개 메소드

public log ( $msg )

setUser() 공개 메소드

Set the current user name
public setUser ( string $username )
$username string

프로퍼티 상세

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

protected PugMoRe_Mageploy_Model_Io_File $_io
리턴 PugMoRe_Mageploy_Model_Io_File