php5.2+ requires the interfaces also to declare the default params (or not to use them in implementations)

This commit is contained in:
Ralf Becker 2007-04-15 11:40:12 +00:00
parent a06732a3e2
commit ec80b68626
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ interface iface_egw_record
*
* @param string $_identifier
*/
public function __construct( $_identifier );
public function __construct( $_identifier='' );
/**
* magic method to set attributes of record

View File

@ -40,7 +40,7 @@ interface iface_export_record
* @return bool
* @access public
*/
public function __construct( $_handle, $_charset, array $_options );
public function __construct( $_handle, $_charset, array $_options=array() );
/**
* exports a record into resource of handle