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

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

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;
    }