Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Apr 29, 2018
1 parent 307c219 commit 85ff90f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/models/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@ public function __toString() {
return $this->asText();
}

/**
* @return string
*/
public function getAsText()
{
return $this->asText();
}

/**
* @return string
*/
public function getAsHtml()
{
return $this->asHtml();
}

/**
* @return string
*/
Expand Down

0 comments on commit 85ff90f

Please sign in to comment.