PHP Класс PugMoRe_Mageploy_Helper_Data

Наследование: extends Mage_Core_Helper_Abstract
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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