DirkGroenen\Pinterest\Models\Model::isFillable PHP Method

isFillable() public method

Check if the key is fillable
public isFillable ( string $key ) : boolean
$key string
return boolean
    public function isFillable($key)
    {
        return in_array($key, $this->fillable);
    }