|
From: Johannes S. <jsc...@t8...> - 2011-01-08 15:35:16
|
Hi all, there is another change I'd like to see in PHPTMAPI 2.0.1: 4) Constrain the parameter in Reifiable::setReifier() to Topic or null Reifiable::setReifier() [1] should be changed as follows: setReifier($reifier) -> setReifier(Topic $reifier=null) This is the standard declaration in PHPTMAPI 2.0 where a parameter can be Topic or NULL. I will start a vote on the proposed changes within the next days. Best regards, Johannes [1] http://phptmapi.svn.sourceforge.net/viewvc/phptmapi/phptmapi2.0/trunk/core/Reifiable.interface.php?revision=51&view=markup |