Skip to content

Instantly share code, notes, and snippets.

@lloc
Created March 23, 2018 09:20
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 lloc/7922755436f4f5c97b6db7d320c95f07 to your computer and use it in GitHub Desktop.
Save lloc/7922755436f4f5c97b6db7d320c95f07 to your computer and use it in GitHub Desktop.
<?php
namespace wctrn\realloc;
class Post {
protected $content;
public function get_content() : string {
return $this->content;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment