Skip to content

Instantly share code, notes, and snippets.

@mauricerenck
Created August 13, 2021 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricerenck/bf8ef15f1c1bafe59c8fa1d9327a8abe to your computer and use it in GitHub Desktop.
Save mauricerenck/bf8ef15f1c1bafe59c8fa1d9327a8abe to your computer and use it in GitHub Desktop.
<?php
class EpisodeTemplateNamePage extends Page
{
public function podcasterDescription()
{
$field = new Field($this, 'podcasterDescription', $this->podcasterDescription()->value() . $this->podcasterContent()->value());
return $field;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment