Skip to content

Commit

Permalink
Added ClassName() to AbstractDataObject
Browse files Browse the repository at this point in the history
  • Loading branch information
Zauberfisch committed Jun 23, 2021
1 parent 7a91edc commit 023af6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/AbstractDataObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,11 @@ public function provideI18nEntities() {
public function __toString() {
return Serializer::serialize($this);
}



public function ClassName() {
return get_class($this);
}

/**
* Process tri-state responses from permission-alterting extensions. The extensions are
* expected to return one of three values:
Expand Down

0 comments on commit 023af6f

Please sign in to comment.