You are here

public function Diff::getFrom in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/sebastian/diff/src/Diff.php \SebastianBergmann\Diff\Diff::getFrom()

Return value

string

File

vendor/sebastian/diff/src/Diff.php, line 53

Class

Diff
@package Diff @author Sebastian Bergmann <sebastian@phpunit.de> @author Kore Nordmann <mail@kore-nordmann.de> @copyright Sebastian Bergmann <sebastian@phpunit.de> @license …

Namespace

SebastianBergmann\Diff

Code

public function getFrom() {
  return $this->from;
}