Timber\PostPreview::force PHP Method

force() public method

public force ( boolean $force = true )
$force boolean If the editor wrote a manual excerpt longer than the set length, should it be "forced" to the size specified?
    public function force($force = true)
    {
        $this->force = $force;
        return $this;
    }