ultimix
page_file_1_0_0 Class Reference

Public Member Functions

 __construct ()
 get_file_name ($Files)

Detailed Description

Page composer utilities.

Author
Dodonov A.A.

Definition at line 26 of file page_file.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Author
Dodonov A.A.

Definition at line 38 of file page_file.php.

{
try
{
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Member Function Documentation

get_file_name (   $Files)

Getting file name.

Parameters
$Files- Array of files to unite.
Returns
File name.
Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 71 of file page_file.php.

{
try
{
$FilesHash = implode( '' , $Files );
foreach( $Files as $k2 => $v2 )
{
$FilesHash .= $v2;
}
return( md5( implode( '' , $Files ) ) );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

The documentation for this class was generated from the following file: