You are here

public function Model::getTitle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Tests/SerializerTest.php \Symfony\Component\Serializer\Tests\Model::getTitle()

File

vendor/symfony/serializer/Tests/SerializerTest.php, line 243

Class

Model

Namespace

Symfony\Component\Serializer\Tests

Code

public function getTitle() {
  return $this->title;
}