File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.2
4+ - Remove AbstractStructArrayBase::getAttributeName() method due to fatal error on PHP <= 5.3
5+
36## 1.0.1
47- Interfaces' methods has been well declared as public
58- Minor readme typo updates
Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ abstract class AbstractStructArrayBase extends AbstractStructBase implements Str
1919 * @var int
2020 */
2121 protected $ internArrayOffset ;
22- /**
23- * Method returning alone attribute name when class is *array* type
24- * This method has been overridden in real-array struct class
25- * @return string
26- */
27- abstract public function getAttributeName ();
2822 /**
2923 * Method alias to count
3024 * @uses ApiWsdlClass::count()
You can’t perform that action at this time.
0 commit comments