Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
removing language and version again
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Sep 2, 2022
1 parent dccbb72 commit 81dcc6c
Show file tree
Hide file tree
Showing 2,697 changed files with 13,714 additions and 20,343 deletions.
3 changes: 1 addition & 2 deletions cs-cz/acl.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
layout: default
language: 'cs-cz'
version: '5.0'
upgrade: '#acl'
title: 'Access Control Lists (ACL)'
keywords: 'acl, access control list, permissions'
---

# Access Control Lists (ACL)
- - -
![](/assets/images/document-status-stable-success.svg) ![](/assets/images/version-{{ page.version }}.svg)
![](/assets/images/document-status-stable-success.svg) ![](/assets/images/version-{{ pageVersion }}.svg)

## Overview
[Phalcon\Acl][acl-acl] provides an easy and lightweight management of ACLs as well as the permissions attached to them. [Access Control Lists][acl] (ACL) allow an application to control access to its areas and the underlying objects from requests.
Expand Down
3 changes: 1 addition & 2 deletions cs-cz/annotations.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: default
language: 'cs-cz'
version: '5.0'
title: 'Annotations'
keywords: 'annotations, routing, annotations parser, docblocks'
---

# Annotations
- - -
![](/assets/images/document-status-stable-success.svg) ![](/assets/images/version-{{ page.version }}.svg)
![](/assets/images/document-status-stable-success.svg) ![](/assets/images/version-{{ pageVersion }}.svg)

## Overview
Phalcon introduced the first annotations parser component written in C for PHP. The `Phalcon\Annotations` namespace contains general purpose components that offers an easy way to parse and cache annotations in PHP applications.
Expand Down
3 changes: 1 addition & 2 deletions cs-cz/api/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
language: 'cs-cz'
version: '5.0'
title: 'API Index'
---

Expand All @@ -10,6 +9,6 @@ title: 'API Index'
### {{ element['title'] }}

{% for document in element['docs'] %}
* [{{ document | replace: '_', '\' }}](/{{ page.version }}/{{ page.language }}/api/{{ element['title'] | replace: '\', '_' | downcase }}#{{ document | replace: '/', '-' | downcase }})
* [{{ document | replace: '_', '\' }}](/{{ pageVersion }}/{{ pageLanguage }}/api/{{ element['title'] | replace: '\', '_' | downcase }}#{{ document | replace: '/', '-' | downcase }})
{% endfor %}
{% endfor %}
25 changes: 11 additions & 14 deletions cs-cz/api/phalcon_acl.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
language: 'cs-cz'
version: '5.0'
title: 'Phalcon\Acl'
---

Expand All @@ -19,7 +18,7 @@ title: 'Phalcon\Acl'

<h1 id="acl-adapter-abstractadapter">Abstract Class Phalcon\Acl\Adapter\AbstractAdapter</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Adapter/AbstractAdapter.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Adapter/AbstractAdapter.zep)

| Namespace | Phalcon\Acl\Adapter | | Uses | Phalcon\Acl\Enum, Phalcon\Events\AbstractEventsAware, Phalcon\Events\EventsAwareInterface | | Extends | AbstractEventsAware | | Implements | AdapterInterface, EventsAwareInterface |

Expand Down Expand Up @@ -96,7 +95,7 @@ Sets the default access level (Phalcon\Acl\Enum::ALLOW or Phalcon\Acl\Enum::DENY

<h1 id="acl-adapter-adapterinterface">Interface Phalcon\Acl\Adapter\AdapterInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Adapter/AdapterInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Adapter/AdapterInterface.zep)

| Namespace | Phalcon\Acl\Adapter | | Uses | Phalcon\Acl\ComponentInterface, Phalcon\Acl\RoleInterface |

Expand Down Expand Up @@ -231,7 +230,7 @@ Sets the default access level (Phalcon\Acl\Enum::ALLOW or Phalcon\Acl\Enum::DENY

<h1 id="acl-adapter-memory">Class Phalcon\Acl\Adapter\Memory</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Adapter/Memory.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Adapter/Memory.zep)

| Namespace | Phalcon\Acl\Adapter | | Uses | Phalcon\Acl\Enum, Phalcon\Acl\Role, Phalcon\Acl\RoleInterface, Phalcon\Acl\Component, Phalcon\Acl\Exception, Phalcon\Acl\RoleAwareInterface, Phalcon\Acl\ComponentAwareInterface, Phalcon\Acl\ComponentInterface, ReflectionFunction | | Extends | AbstractAdapter |

Expand Down Expand Up @@ -573,7 +572,7 @@ Sets the default access level (`Phalcon\Enum::ALLOW` or `Phalcon\Enum::DENY`) fo

<h1 id="acl-component">Class Phalcon\Acl\Component</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Component.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Component.zep)

| Namespace | Phalcon\Acl | | Implements | ComponentInterface |

Expand Down Expand Up @@ -624,7 +623,7 @@ public function getName(): string

<h1 id="acl-componentawareinterface">Interface Phalcon\Acl\ComponentAwareInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/ComponentAwareInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/ComponentAwareInterface.zep)

| Namespace | Phalcon\Acl |

Expand All @@ -643,7 +642,7 @@ Returns component name

<h1 id="acl-componentinterface">Interface Phalcon\Acl\ComponentInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/ComponentInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/ComponentInterface.zep)

| Namespace | Phalcon\Acl |

Expand Down Expand Up @@ -674,7 +673,7 @@ Returns the component name

<h1 id="acl-enum">Class Phalcon\Acl\Enum</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Enum.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Enum.zep)

| Namespace | Phalcon\Acl |

Expand All @@ -690,7 +689,7 @@ const DENY = 0;

<h1 id="acl-exception">Class Phalcon\Acl\Exception</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Exception.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Exception.zep)

| Namespace | Phalcon\Acl | | Extends | \Exception |

Expand All @@ -700,7 +699,7 @@ Class for exceptions thrown by Phalcon\Acl

<h1 id="acl-role">Class Phalcon\Acl\Role</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/Role.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/Role.zep)

| Namespace | Phalcon\Acl | | Implements | RoleInterface |

Expand Down Expand Up @@ -751,7 +750,7 @@ public function getName(): string

<h1 id="acl-roleawareinterface">Interface Phalcon\Acl\RoleAwareInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/RoleAwareInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/RoleAwareInterface.zep)

| Namespace | Phalcon\Acl |

Expand All @@ -770,7 +769,7 @@ Returns role name

<h1 id="acl-roleinterface">Interface Phalcon\Acl\RoleInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Acl/RoleInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Acl/RoleInterface.zep)

| Namespace | Phalcon\Acl |

Expand All @@ -795,5 +794,3 @@ Returns role description
public function getName(): string;
```
Returns the role name


27 changes: 12 additions & 15 deletions cs-cz/api/phalcon_annotations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
language: 'cs-cz'
version: '5.0'
title: 'Phalcon\Annotations'
---

Expand All @@ -20,7 +19,7 @@ title: 'Phalcon\Annotations'

<h1 id="annotations-adapter-abstractadapter">Abstract Class Phalcon\Annotations\Adapter\AbstractAdapter</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Adapter/AbstractAdapter.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Adapter/AbstractAdapter.zep)

| Namespace | Phalcon\Annotations\Adapter | | Uses | Phalcon\Annotations\Reader, Phalcon\Annotations\Exception, Phalcon\Annotations\Collection, Phalcon\Annotations\Reflection, Phalcon\Annotations\ReaderInterface | | Implements | AdapterInterface |

Expand Down Expand Up @@ -101,7 +100,7 @@ Sets the annotations parser

<h1 id="annotations-adapter-adapterinterface">Interface Phalcon\Annotations\Adapter\AdapterInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Adapter/AdapterInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Adapter/AdapterInterface.zep)

| Namespace | Phalcon\Annotations\Adapter | | Uses | Phalcon\Annotations\Reflection, Phalcon\Annotations\Collection, Phalcon\Annotations\ReaderInterface |

Expand Down Expand Up @@ -168,7 +167,7 @@ Sets the annotations parser

<h1 id="annotations-adapter-apcu">Class Phalcon\Annotations\Adapter\Apcu</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Adapter/Apcu.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Adapter/Apcu.zep)

| Namespace | Phalcon\Annotations\Adapter | | Uses | Phalcon\Annotations\Reflection | | Extends | AbstractAdapter |

Expand Down Expand Up @@ -217,7 +216,7 @@ Writes parsed annotations to APCu

<h1 id="annotations-adapter-memory">Class Phalcon\Annotations\Adapter\Memory</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Adapter/Memory.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Adapter/Memory.zep)

| Namespace | Phalcon\Annotations\Adapter | | Uses | Phalcon\Annotations\Reflection | | Extends | AbstractAdapter |

Expand Down Expand Up @@ -251,7 +250,7 @@ Writes parsed annotations to memory

<h1 id="annotations-adapter-stream">Class Phalcon\Annotations\Adapter\Stream</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Adapter/Stream.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Adapter/Stream.zep)

| Namespace | Phalcon\Annotations\Adapter | | Uses | Phalcon\Annotations\Reflection, Phalcon\Annotations\Exception, RuntimeException | | Extends | AbstractAdapter |

Expand Down Expand Up @@ -299,7 +298,7 @@ Writes parsed annotations to files

<h1 id="annotations-annotation">Class Phalcon\Annotations\Annotation</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Annotation.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Annotation.zep)

| Namespace | Phalcon\Annotations |

Expand Down Expand Up @@ -397,7 +396,7 @@ Returns the number of arguments that the annotation has

<h1 id="annotations-annotationsfactory">Class Phalcon\Annotations\AnnotationsFactory</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/AnnotationsFactory.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/AnnotationsFactory.zep)

| Namespace | Phalcon\Annotations | | Uses | Phalcon\Annotations\Adapter\AdapterInterface, Phalcon\Factory\AbstractFactory, Phalcon\Support\Helper\Arr\Get | | Extends | AbstractFactory |

Expand Down Expand Up @@ -436,7 +435,7 @@ Returns the available adapters

<h1 id="annotations-collection">Class Phalcon\Annotations\Collection</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Collection.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Collection.zep)

| Namespace | Phalcon\Annotations | | Uses | Countable, Iterator | | Implements | Iterator, Countable |

Expand Down Expand Up @@ -542,7 +541,7 @@ Check if the current annotation in the iterator is valid

<h1 id="annotations-exception">Class Phalcon\Annotations\Exception</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Exception.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Exception.zep)

| Namespace | Phalcon\Annotations | | Extends | \Exception |

Expand All @@ -552,7 +551,7 @@ Class for exceptions thrown by Phalcon\Annotations

<h1 id="annotations-reader">Class Phalcon\Annotations\Reader</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Reader.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Reader.zep)

| Namespace | Phalcon\Annotations | | Uses | ReflectionClass | | Implements | ReaderInterface |

Expand All @@ -577,7 +576,7 @@ Parses a raw doc block returning the annotations found

<h1 id="annotations-readerinterface">Interface Phalcon\Annotations\ReaderInterface</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/ReaderInterface.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/ReaderInterface.zep)

| Namespace | Phalcon\Annotations |

Expand All @@ -602,7 +601,7 @@ Parses a raw docblock returning the annotations found

<h1 id="annotations-reflection">Class Phalcon\Annotations\Reflection</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Annotations/Reflection.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Annotations/Reflection.zep)

| Namespace | Phalcon\Annotations |

Expand Down Expand Up @@ -693,5 +692,3 @@ Returns the annotations found in the properties' docblocks
public function getReflectionData(): array;
```
Returns the raw parsing intermediate definitions used to construct the reflection


6 changes: 2 additions & 4 deletions cs-cz/api/phalcon_application.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
language: 'cs-cz'
version: '5.0'
title: 'Phalcon\Application'
---

Expand All @@ -10,7 +9,7 @@ title: 'Phalcon\Application'

<h1 id="application-abstractapplication">Abstract Class Phalcon\Application\AbstractApplication</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Application/AbstractApplication.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Application/AbstractApplication.zep)

| Namespace | Phalcon\Application | | Uses | Phalcon\Di\DiInterface, Phalcon\Di\Injectable, Phalcon\Events\EventsAwareInterface, Phalcon\Events\ManagerInterface | | Extends | Injectable | | Implements | EventsAwareInterface |

Expand Down Expand Up @@ -110,9 +109,8 @@ Sets the events manager

<h1 id="application-exception">Class Phalcon\Application\Exception</h1>

[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ page.version }}.0/phalcon/Application/Exception.zep)
[Source on GitHub](https://github.com/phalcon/cphalcon/blob/v{{ pageVersion }}.0/phalcon/Application/Exception.zep)

| Namespace | Phalcon\Application | | Extends | \Exception |

Exceptions thrown in Phalcon\Application class will use this class

Loading

0 comments on commit 81dcc6c

Please sign in to comment.