LFT
  • Namespace
  • Class
  • Tree

Namespaces

  • Docoflow
    • Contracts
    • Entity
    • Facades
    • Models
    • Traits
  • Docolight
    • Agno
      • Traits
    • Container
    • Http
      • Contracts
    • Rest
      • Handler
      • Http
    • Support
      • Debug
      • Traits
  • Docotory
    • Traits
  • None

Traits

  • BulkValidator
  • Entity
  • HasMutator
  • Validable

Trait BulkValidator

Validate all model in current entities. You can reject all steps and validators using this trait.

Direct Known Users

Docoflow\Entity\Step, Docoflow\Entity\Verificator

Namespace: Docoflow\Traits
Author: Krisan Alfa Timur krisanalfa@gmail.com
Located at Docoflow/Traits/BulkValidator.php

Methods summary

public mixed
# approve( )

Approve all.

Approve all.

Returns

mixed
public mixed
# approveIf( )

Approve all if it's not expired.

Approve all if it's not expired.

Returns

mixed
public mixed
# reject( )

Reject all.

Reject all.

Returns

mixed
public mixed
# rejectIf( )

Reject all if it's not expired.

Reject all if it's not expired.

Returns

mixed
public mixed
# reset( )

Reset all.

Reset all.

Returns

mixed
public mixed
# resetIf( )

Reset all if it's not expired.

Reset all if it's not expired.

Returns

mixed
LFT API documentation generated by ApiGen