Timber\PostPreview::__construct PHP Method

__construct() public method

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