We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854ab0f commit 517cb51Copy full SHA for 517cb51
src/AbstractStructArrayBase.php
@@ -19,12 +19,6 @@ abstract class AbstractStructArrayBase extends AbstractStructBase implements Str
19
* @var int
20
*/
21
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();
28
/**
29
* Method alias to count
30
* @uses ApiWsdlClass::count()
0 commit comments