Timber\PostPreview::__construct PHP Метод

__construct() публичный Метод

public __construct ( Post $post )
$post Post
    public function __construct($post)
    {
        $this->post = $post;
    }