Overview

Namespaces

  • None
  • PHP

Classes

  • Eabi_DpdEE_Block_Adminhtml_Config_Form_Field_Country
  • Eabi_DpdEE_Block_Info_Payment
  • Eabi_DpdEE_Block_Invoice
  • Eabi_DpdEE_Block_Order_Courier
  • Eabi_DpdEE_Helper_Data
  • Eabi_DpdEE_Model_Api
  • Eabi_DpdEE_Model_Button_Courier
  • Eabi_DpdEE_Model_Config
  • Eabi_DpdEE_Model_Flat
  • Eabi_DpdEE_Model_Observer
  • Eabi_DpdEE_Model_Payment_Processor
  • Eabi_DpdEE_Model_Post
  • Eabi_DpdEE_Model_Source_Label_Position
  • Eabi_DpdEE_Model_Source_Service
  • Eabi_Livehandler_Adminhtml_LivehandlerController
  • Eabi_Livehandler_Adminhtml_RemoveController
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Button
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Livehandler_Block_Email
  • Eabi_LiveHandler_Block_Footer
  • Eabi_Livehandler_Helper_Data
  • Eabi_Livehandler_Helper_Keypair
  • Eabi_Livehandler_IndexController
  • Eabi_Livehandler_Model_Abstract
  • Eabi_Livehandler_Model_Action_Abstract
  • Eabi_Livehandler_Model_Action_Postoffice_Print
  • Eabi_Livehandler_Model_Action_Postoffice_Send
  • Eabi_Livehandler_Model_Adminhtml_Gridmanager
  • Eabi_Livehandler_Model_Directory_Collection
  • Eabi_Livehandler_Model_Entry
  • Eabi_Livehandler_Model_File_Object
  • Eabi_Livehandler_Model_Mysql4_Entry
  • Eabi_Livehandler_Model_Mysql4_Entry_Collection
  • Eabi_Livehandler_Model_Ordergrid
  • Eabi_Livehandler_Model_System_Config_Backend_Button
  • Eabi_Postoffice_Adminhtml_PostofficeController
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_License
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Postoffice_Block_Config_Rebuildbutton
  • Eabi_Postoffice_Helper_Countrycode
  • Eabi_Postoffice_Helper_Data
  • Eabi_Postoffice_IndexController
  • Eabi_Postoffice_Model_Carrier_Abstract
  • Eabi_Postoffice_Model_Carrier_Result
  • Eabi_Postoffice_Model_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule_Collection
  • Eabi_Postoffice_Model_Mysql4_Office
  • Eabi_Postoffice_Model_Mysql4_Office_Collection
  • Eabi_Postoffice_Model_Observer
  • Eabi_Postoffice_Model_Office
  • Eabi_Postoffice_Model_Orderview
  • Eabi_Postoffice_Model_Source_Sendevent
  • Eabi_Postoffice_Model_Updater
  • Overview
  • Namespace
  • Class
  • Tree

Class Eabi_Livehandler_Model_File_Object

Replaces Varien_File_Object for PHP5.3+ compatibility

SplFileInfo
Extended by SplFileObject implements RecursiveIterator, Traversable, Iterator, SeekableIterator
Extended by Eabi_Livehandler_Model_File_Object
Author: Matis
Located at Eabi/Livehandler/Model/File/Object.php
Methods summary
public none
# __construct( string $path )

Constructor

Constructor

Parameters

$path
string
$path - path to directory

Returns

none

Overrides

SplFileObject::__construct()
public none
# getFilesName( array & $files )

add file name to array

add file name to array

Parameters

$files
array
&$files - array of files

Returns

none
public none
# getFileName( array & $files = null )

add file name to array

add file name to array

Parameters

$files
array
&$files - array of files

Returns

none
public none
# getFilesPaths( array & $paths )

add file path to array

add file path to array

Parameters

$paths
array
&$paths - array of paths

Returns

none
public none
# getFilePath( array & $path = null )

add file path to array

add file path to array

Parameters

$path
array
&$paths - array of paths

Returns

none
public none
# useFilter( boolean $useFilter )

use filter

use filter

Parameters

$useFilter
boolean
$useFilter - use or not filter

Returns

none
public none
# getFilesObj( array & $objs )

add file object to array

add file object to array

Parameters

$objs
array
&$objs - array of gile objects

Returns

none
public none
# getDirsName( array & $dirs )

nothing

nothing

Parameters

$dirs
array
&$dirs - array of dirs

Returns

none
public none
# getDirName( )

nothing

nothing

Returns

none
public none
# setFilesFilter( array $filter )

set file filter

set file filter

Parameters

$filter
array
$filter - array of filter

Returns

none
public none
# addFilter( array $filter )

set file filter

set file filter

Parameters

$filter
array
$filter - array of filter

Returns

none
public string
# getExtension( )

get extension of file

get extension of file

Returns

string
- extension of file

Overrides

SplFileInfo::getExtension()
public static string
# getExt( string $fileName )

get extension of file

get extension of file

Parameters

$fileName
string
$fileName - name of file

Returns

string
- extension of file
public string
# getName( )

get name of file

get name of file

Returns

string
- name of file
public none
# renderFilter( )

render filters

render filters

Returns

none
public none
# toArray( array & $arr )

add to array file name

add to array file name

Parameters

$arr
array
&$arr -export array

Returns

none
public none
# toXml( array & $xml, integer $recursionLevel = 0, boolean $addOpenTag = true, string $rootName = 'Struct' )

add to xml file name

add to xml file name

Parameters

$xml
array
&$xml -export xml
$recursionLevel
integer
$recursionLevel - level of recursion
$addOpenTag
boolean
$addOpenTag - nothing
$rootName
string
$rootName - nothing

Returns

none
Methods inherited from SplFileObject
__toString(), current(), eof(), fflush(), fgetc(), fgetcsv(), fgets(), fgetss(), flock(), fpassthru(), fputcsv(), fscanf(), fseek(), fstat(), ftell(), ftruncate(), fwrite(), getChildren(), getCsvControl(), getCurrentLine(), getFlags(), getMaxLineLen(), hasChildren(), key(), next(), rewind(), seek(), setCsvControl(), setFlags(), setMaxLineLen(), valid()
Methods inherited from SplFileInfo
_bad_state_ex(), getATime(), getBasename(), getCTime(), getFileInfo(), getFilename(), getGroup(), getInode(), getLinkTarget(), getMTime(), getOwner(), getPath(), getPathInfo(), getPathname(), getPerms(), getRealPath(), getSize(), getType(), isDir(), isExecutable(), isFile(), isLink(), isReadable(), isWritable(), openFile(), setFileClass(), setInfoClass()
Constants inherited from SplFileObject
DROP_NEW_LINE, READ_AHEAD, READ_CSV, SKIP_EMPTY
Properties summary
protected mixed $_filename
#
protected mixed $_path
#
protected mixed $_filter
#
protected boolean $_isCorrect true
#
protected mixed $filtered
#
DPD Eesti - Pakivedu.ee Shipping module for Magento API documentation generated by ApiGen 2.8.0